Procházet zdrojové kódy

益兽园医生确认处方

xdd před 1 měsícem
rodič
revize
92c399abbe
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. 1 2
      src/views/his/prescribe/index.vue

+ 1 - 2
src/views/his/prescribe/index.vue

@@ -528,8 +528,6 @@ export default {
         if (this.form.prescribeId) {
           this.drugQueryParams.prescribeId = this.form.prescribeId;
         }
-      }).finally(()=>{
-        this.currentConfirm = null;
       })
     },
     confirmPrescribe(){
@@ -593,6 +591,7 @@ export default {
     handleDialogClose() {
       // 重置药品相关数据
       this.drugList = [];
+      this.currentConfirm = null;
       this.drugTotal = 0;
       this.drugQueryParams.pageNum = 1;
       this.activeTab = 'basic';