Merge branch 'feature_05210' into feature/20200514_version

feature_0521
cuijie 5 years ago
commit 57aca05efd

@ -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;
@ -439,7 +439,7 @@ export default {
}, },
show (index) { show (index) {
if (index.level >= 3) { if (index.level >= 3) {
that.$Message.error(`${index.name}的等级已是最高`); this.$Message.error(`${index.name}的等级已是最高`);
return false; return false;
} }
this.isShow = true; this.isShow = true;

Loading…
Cancel
Save