Explorar el Código

Merge remote-tracking branch 'origin/dev5.3.4' into test

zhouna hace 5 años
padre
commit
354bb43963
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/components/icss/AddMedicinePrompt.vue

+ 1 - 0
src/components/icss/AddMedicinePrompt.vue

@@ -257,6 +257,7 @@
             }
             this.saveDisable = false
           }).catch((err) => {
+            this.saveDisable = false
             this.warning(err);
           })
         });