feature_0521
zhenghuang 5 years ago
parent 50e60964bf
commit 346f087a39

@ -269,7 +269,7 @@ export default {
}, },
on: { on: {
click: () => { click: () => {
that.doShow(true,params.row) that.doShow(true, params.row)
} }
} }
}, '查看上下级'), }, '查看上下级'),
@ -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;
@ -464,9 +464,9 @@ export default {
} }
this.upgradeStr = `确认将${index.name}${str}升级成${next}吗?`; this.upgradeStr = `确认将${index.name}${str}升级成${next}吗?`;
}, },
doShow (ishow,currData) { doShow (ishow, currData) {
this.showrecruit = ishow; this.showrecruit = ishow;
if(ishow){ if (ishow) {
this.recruitSchedule = currData; this.recruitSchedule = currData;
} }
}, },

Loading…
Cancel
Save