You need to sign in or sign up before continuing.
Commit 01c44c64 by caoyanzhi

Merge branch 'feature/3月迭代-菜单' of http://git.gicdev.com/gicmember/member into feature/3月迭代-菜单

parents c8513c66 e56d5238
......@@ -73,7 +73,7 @@ export default {
case 13:
return '等级调整';
case 14:
return '服务门店调整';
return '服务门店_专属导购调整';
case 15:
return '批量冻结会员';
case 16:
......
......@@ -501,7 +501,9 @@ export default {
pSize: 20,
cPage: 1
});
this.handleToTaskCenter(res.data.result);
if (this.ids.length > 1) {
this.handleToTaskCenter(res.data.result);
}
}
});
},
......
......@@ -510,7 +510,9 @@ export default {
this.remark = "";
this.middleList.length = 0;
this.loading = true;
this.handleToTaskCenter(res.data.result);
if (this.ids.length > 1) {
this.handleToTaskCenter(res.data.result);
}
setTimeout(() => {
this.loading = false;
this.$message({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment