zhouna hace 5 años
padre
commit
e0cd258dc6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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);
           }