Browse Source

取消点位重复限制

hfxc226 1 năm trước cách đây
mục cha
commit
5e3a1ef85c
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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>