浏览代码

益兽园医生确认处方

xdd 1 月之前
父节点
当前提交
92c399abbe
共有 1 个文件被更改,包括 1 次插入2 次删除
  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';