diff --git a/src/views/emis/EmisBaseTools/DestinationPicker.vue b/src/views/emis/EmisBaseTools/DestinationPicker.vue index 1bf5cfe7..f28e539f 100644 --- a/src/views/emis/EmisBaseTools/DestinationPicker.vue +++ b/src/views/emis/EmisBaseTools/DestinationPicker.vue @@ -88,6 +88,7 @@ if(!this.defaultItems){ this.queryData(null,null); }else{ + this.optionItems=[]; this.optionItems = [...this.defaultItems]; } }, @@ -105,6 +106,7 @@ }; this.optionItems=[]; + this.defaultItems=[]; listSimpleEmisDestination(queryParams).then(response => { this.loading = false; this.optionItems =response.rows; diff --git a/src/views/emis/emisSettleSubBill/SubBillConfirmByMonthList.vue b/src/views/emis/emisSettleSubBill/SubBillConfirmByMonthList.vue index 47a64a96..d1260fc9 100644 --- a/src/views/emis/emisSettleSubBill/SubBillConfirmByMonthList.vue +++ b/src/views/emis/emisSettleSubBill/SubBillConfirmByMonthList.vue @@ -226,8 +226,6 @@ - -