Browse Source

修改点击红框消失

zhangxc 5 năm trước cách đây
mục cha
commit
00de22a95b
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/components/diagBase/AddDiagBase.vue

+ 2 - 1
src/components/diagBase/AddDiagBase.vue

@@ -1092,7 +1092,8 @@
             // e.target.value = value.replace(/[^\d]/g,'');
             // this.selectedIndexList[index].indexDesc = item.replace(/[^\d]/g,'');
         },
-        clickItem(index, type) {
+        clickItem(e) {
+            const {index, type} = e
             this.showDiagList = false
             switch(type) {
                 case 'FeatureType':