Commit d645f62b by caoyanzhi

fix: 解决编辑微信营销-发送记录编辑后保存报会员分组不能为空的问题

parent 9fb8d7c0
......@@ -242,6 +242,7 @@ export default {
this.memberList = res.result.memberList;
} else if (this.info.memberType === 2) {
this.defaltSelected = res.result.tagGroupList || [];
this.handleDataTransferred(res.result.tagGroupList || []);
}
}
},
......
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