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);
           }