|
|
@@ -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';
|