Commit 0a501206 by caoyanzhi

update: 修改单个会员的服务门店、协管门店不跳转到任务中心

parent bdee2cd2
......@@ -697,6 +697,10 @@ export default {
this.storeName = "";
},
successImport(taskId) {
// 修改一个会员的服务门店或者协管门店,不跳转到任务中心
if (this.selectObj.multipleList.length == 1) {
return;
}
// this.dialogImportVisible = false;
this.$confirm(
"任务发起成功,请去【企业管理】-【任务中心】查看处理结果和执行进度",
......
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