Commit 0f3e1429 authored by 李志鸣's avatar 李志鸣

fix(bug修复): 修复设备基础数据 刷新失效的问题

parent fa80bd00
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
// 点击刷新按钮 // 点击刷新按钮
doRefreshClick () { doRefreshClick () {
this.getTableList().then(response => { this.getTableList().then(response => {
this.$message.sucess('刷新成功!') this.$message.success('刷新成功!')
}) })
}, },
// 点击搜索组件搜索按钮 // 点击搜索组件搜索按钮
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment