hfxc226 2 år sedan
förälder
incheckning
ef37c6b64b
1 ändrade filer med 1 tillägg och 1 borttagningar
  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
               }
             })
           })