瀏覽代碼

初始化

hfxc226 1 年之前
父節點
當前提交
a9b1820560
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      hitch-sb-antd/src/views/opc/OpcInfo.vue

+ 3 - 3
hitch-sb-antd/src/views/opc/OpcInfo.vue

@@ -374,7 +374,7 @@ export default {
     },
     getOpcInfoFromRedis (positionId) {
       this.positionId = positionId
-      queryRemoteOpcFromRedis({ line: this.positionId })
+      /*queryRemoteOpcFromRedis({ line: this.positionId })
         .then((res) => {
           this.dotList.forEach(item => {
             item.isActive = false
@@ -385,8 +385,8 @@ export default {
               }
             })
           })
-        })
-      this.getImg()
+        })*/
+      // this.getImg()
     },
     getImg () {
       fetchSbPosition({ id: this.positionId }).then(res => {