hfxc226 1 жил өмнө
parent
commit
5e3a1ef85c

+ 0 - 1
src/views/remote/opc/modules/BaseForm.vue

@@ -63,7 +63,6 @@
             :help="isExisting?'该点位已存在':''"
           >
             <a-input
-              @blur="checkPoint"
               style="width: 60%"
               v-decorator="['description', {rules: [{required: true, message: '点位不能为空'}]}]"/>
             <a-button type="primary" style="width: 40%" @click="handleAddFetch()">设置M点位</a-button>