Parcourir la source

取消点位重复限制

hfxc226 il y a 1 an
Parent
commit
5e3a1ef85c
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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>