feature_0521
zhenghuang 5 years ago
parent 50e60964bf
commit 346f087a39

@ -366,7 +366,7 @@ export default {
}, },
searchCustomerDataBtnClick: function () { searchCustomerDataBtnClick: function () {
this.pageNum = 1; this.pageNum = 1;
this.getCheckList(); this.getPromoterList();
}, },
// row // row
onDblClickRowLister: function (row) { onDblClickRowLister: function (row) {
@ -375,7 +375,7 @@ export default {
// //
handlePage: function (value) { handlePage: function (value) {
this.pageNum = value; this.pageNum = value;
this.getCheckList(); this.getPromoterList();
}, },
getPromoterList () { getPromoterList () {
let that = this; let that = this;

Loading…
Cancel
Save