|
@@ -589,8 +589,9 @@
|
|
|
this.hasNoUniqueName = false
|
|
|
const labVerifyData = this.labVerifyData(labArr,type)
|
|
|
if(labVerifyData) {
|
|
|
- return labVerifyData.then(() =>{
|
|
|
- if(this.hasNoUniqueName) {
|
|
|
+ return labVerifyData.then((data) =>{
|
|
|
+
|
|
|
+ if(this.hasNoUniqueName||!data) {
|
|
|
}else {
|
|
|
return this.verifyDiagBase(type)
|
|
|
}
|
|
@@ -820,12 +821,12 @@
|
|
|
return this.errorTips(errorStr);
|
|
|
|
|
|
}
|
|
|
- console.log('bbbbbbbbb')
|
|
|
|
|
|
this.disFeatureList = JSON.parse(JSON.stringify(this.disFeatureListResult))
|
|
|
this.disFeatureListResult = JSON.parse(JSON.stringify(this.disFeatureListResult))
|
|
|
|
|
|
} else {
|
|
|
+ console.log('asdddddd')
|
|
|
this.warning(res.data.msg)
|
|
|
return false
|
|
|
}
|