Browse Source

完善opc

hfxc226 2 years ago
parent
commit
ef37c6b64b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/opc/OpcInfo.vue

+ 1 - 1
src/views/opc/OpcInfo.vue

@@ -202,12 +202,12 @@ export default {
       this.positionId = positionId
       queryRemoteOpcFromRedis({ line: this.positionId })
         .then((res) => {
-          this.dotList = res.data
           this.dotList.forEach(item => {
             item.isActive = false
             res.data.forEach(data => {
               if (item.positionNum === data.positionNum) {
                 item.result = data.result
+                return
               }
             })
           })