修改bug

ywj_dev
wangwei 2 years ago
parent 04b1a1f4b5
commit ab8a18c45d

@ -865,6 +865,10 @@ export default {
this.loading = false;
});
},
freshen(){
this.Upinvoice = false;
this.getOrderDetails();
},
onResultReset() {
this.resultQuery = {
orderId: null,

@ -967,7 +967,10 @@ export default {
this.acceptQuery = row;
this.acceptOrderVisible = true;
},
freshen(){
this.Upinvoice = false;
this.getOrderDetails();
},
//
closeAcceptDialog() {

Loading…
Cancel
Save