瀏覽代碼

完善opc

hfxc226 2 年之前
父節點
當前提交
27cb48bd6f
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/views/remote/opc-log/modules/Detail.vue

+ 3 - 0
src/views/remote/opc-log/modules/Detail.vue

@@ -135,6 +135,7 @@ export default {
         }
         this.chartsData = JSON.parse(this.model.dataJsonStr)
         this.getCharts(this.chartsData)
+        this.confirmLoading = false
       } else {
         queryRemoteOpcLogByDTO(param).then((res) => {
           this.model = res.data
@@ -143,6 +144,7 @@ export default {
           }
           this.chartsData = JSON.parse(this.model.dataJsonStr)
           this.getCharts(this.chartsData)
+          this.confirmLoading = false
         }).catch(() => {
           this.confirmLoading = false
         })
@@ -206,6 +208,7 @@ export default {
         }
         this.chartsData = JSON.parse(this.model.dataJsonStr)
         this.getCharts(this.chartsData)
+        this.confirmLoading = false
       }).catch(() => {
         this.confirmLoading = false
       })