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