重置不能搜索问题修复

ywj_dev
郑明梁 2 years ago
parent 1006387a8a
commit a77766de13

@ -604,7 +604,7 @@ export default {
this.Upinvoice = false;
},
handleSelectionChange(val) {
this.currentRow = val;
this.currentRow.billNo=val.billNo;
this.getOrderDetails();
},
//

@ -607,7 +607,7 @@ export default {
});
},
handleSelectionChange(val) {
this.currentRow = val;
this.currentRow.billNo=val.billNo;
this.getOrderDetails();
},
//

@ -647,7 +647,7 @@ export default {
});
},
handleSelectionChange(val) {
this.currentRow = val;
this.currentRow.billNo=val.billNo;
this.getOrderDetails();
},
//

Loading…
Cancel
Save