Browse Source

完善opc

hfxc226 2 năm trước cách đây
mục cha
commit
27cb48bd6f
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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
       })