Explorar o código

诊断依据按钮灰闪问题

luolei %!s(int64=5) %!d(string=hai) anos
pai
achega
948646e558
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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