Browse Source

诊断依据按钮灰闪问题

luolei 5 years ago
parent
commit
948646e558
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/components/diagBase/AddDiagBase.vue

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

@@ -490,7 +490,9 @@
                 id: this.id,
                 modifier: this.modifier
             }
-            this.isReady = true
+            if(type == 'save'){
+                this.isReady = true
+            }
             return api.diagBaseVerifyData(param).then((res) => {
                 const data = res.data.data
                 this.isReady=false