Browse Source

化验公表项不存在时导出和更新图谱按钮置灰,第一次公表项不存在,第二次存在之后继续校验处理(2489,2493,2495)

zhangxc 5 years ago
parent
commit
451cac677d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/components/diagBase/AddDiagBase.vue

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

@@ -560,6 +560,7 @@
             }
             this.disFeatureList = disFeatureList
             // this.showDelDialog()
+            this.hasQuestion = 1
             return this.diagBaseVerifyData(type)
            
         },
@@ -579,7 +580,7 @@
                 this.isReady = true
             }
             if(labArr.length > 0) {
-                
+                this.hasNoUniqueName = false
                 return this.labVerifyData(labArr,type).then(() =>{
                     if(this.hasNoUniqueName) {
                     }else {