|
@@ -588,7 +588,6 @@
|
|
|
} else {
|
|
|
this.hasNoUniqueName = false
|
|
|
const labVerifyData = this.labVerifyData(labArr,type)
|
|
|
- console.log('labVerifyData', labVerifyData)
|
|
|
if(labVerifyData) {
|
|
|
return labVerifyData.then(() =>{
|
|
|
if(this.hasNoUniqueName) {
|
|
@@ -1009,9 +1008,7 @@
|
|
|
return this.disFeatureList = JSON.parse(JSON.stringify(this.disFeatureList))
|
|
|
case 'FeatureRelate':
|
|
|
this.disFeatureList[index].verifyRelation =''
|
|
|
- return this.disFeatureList = JSON.parse(JSON.stringify(this.disFeatureList))
|
|
|
- case 'FeatureResult':
|
|
|
- this.disFeatureList[index].verifyResult =''
|
|
|
+ this.disFeatureList[index].relationNull =''
|
|
|
return this.disFeatureList = JSON.parse(JSON.stringify(this.disFeatureList))
|
|
|
case 'FeatureResult':
|
|
|
this.disFeatureList[index].verifyResult =''
|