Explorar o código

取消点位重复限制

hfxc226 hai 1 ano
pai
achega
5e3a1ef85c
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/views/remote/opc/modules/BaseForm.vue

+ 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>