瀏覽代碼

诊断依据按钮灰闪问题

luolei 5 年之前
父節點
當前提交
948646e558
共有 1 個文件被更改,包括 3 次插入1 次删除
  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