重置不能搜索问题修复

ywj_dev
郑明梁 2 years ago
parent 5bed73cadc
commit 1006387a8a

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

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

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

Loading…
Cancel
Save