zhouna 5 년 전
부모
커밋
e0cd258dc6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/qualityControl/AddStandardRecord.vue

+ 1 - 0
src/components/qualityControl/AddStandardRecord.vue

@@ -149,6 +149,7 @@
               this.saveDisable=false;
             }
           }else{
+            this.medicalRecordlist = [];
             this.saveDisable=true;
             this.warning(res.data.msg);
           }