hfxc226 преди 2 години
родител
ревизия
ef37c6b64b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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
               }
             })
           })