feature_0521
zhenghuang 5 years ago
parent 50e60964bf
commit 346f087a39

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

Loading…
Cancel
Save