|
@@ -590,8 +590,7 @@
|
|
|
const labVerifyData = this.labVerifyData(labArr,type)
|
|
|
if(labVerifyData) {
|
|
|
return labVerifyData.then((data) =>{
|
|
|
-
|
|
|
- if(this.hasNoUniqueName||!data) {
|
|
|
+ if(this.hasNoUniqueName||data===false) {
|
|
|
}else {
|
|
|
return this.verifyDiagBase(type)
|
|
|
}
|
|
@@ -826,7 +825,6 @@
|
|
|
this.disFeatureListResult = JSON.parse(JSON.stringify(this.disFeatureListResult))
|
|
|
|
|
|
} else {
|
|
|
- console.log('asdddddd')
|
|
|
this.warning(res.data.msg)
|
|
|
return false
|
|
|
}
|