Commit 48bec4a2 by caoyanzhi

Merge branch 'feature/3.0年后需求-短信营销调整'

parents 75b11ed2 c3f5c22a
......@@ -217,6 +217,9 @@ export default {
} else if (this.info.memberType === 2) {
this.defaltSelected = res.result.tagGroupList || [];
}
if (res.result.memberGroupDelTip) {
this.$alert(res.result.memberGroupDelTip, '提示');
}
},
async LoadMessageDetailList() {
this.messageLoading = true;
......
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