Commit 3f50a436 by lichengming

修改了新增菜单正在加载显示隐藏

parent 409ed83d
...@@ -153,6 +153,7 @@ export default { ...@@ -153,6 +153,7 @@ export default {
) )
if (result) { if (result) {
this.getPage = result this.getPage = result
this.$refs.pageTable._hideLoading()
} }
}, },
// 检测项目详情 // 检测项目详情
......
...@@ -173,6 +173,7 @@ export default { ...@@ -173,6 +173,7 @@ export default {
) )
if (result) { if (result) {
this.getPage = result this.getPage = result
this.$refs.pageTable._hideLoading()
} }
}, },
// 检测项目详情 // 检测项目详情
......
...@@ -150,6 +150,7 @@ export default { ...@@ -150,6 +150,7 @@ export default {
) )
if (result) { if (result) {
this.getPage = result this.getPage = result
this.$refs.pageTable._hideLoading()
} }
}, },
// 检测项目详情 // 检测项目详情
......
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