guarantee-lsq 2 年之前
父节点
当前提交
e6813c7f26
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/opc/OpcInfo.vue

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

@@ -33,7 +33,7 @@
         </VueDragResize>
         <VueDragResize
           v-if="item.type===2"
-          v-show="item.result===0"
+          v-show="item.result===0||item.result===null"
           :isActive="item.isActive"
           :w="35"
           :h="35"