소스 검색

诊断依据按钮灰闪问题

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