Commit 77e05bed by crushh

update: dist

parent c2abe350
......@@ -360,7 +360,7 @@ export default {
contentType: this.info.contentType,
sendType: this.info.sendType,
sendTime: this.info.sendTime,
memberSearchDTO: this.info.memberType ? this.info.memberGroupIds : this.info.memberSearchDTO,
memberSearchDTO: this.info.memberType == 0 ? this.info.memberSearchDTO : this.info.memberType == 1 ? this.info.memberIdOpenIds : this.info.memberGroupIds,
searchJson: this.getSaveData
};
//微信营销主键ID (注意: 新建时null, 修改必传)
......@@ -419,7 +419,7 @@ export default {
}
if (this.info.memberType === 0 || this.info.memberType === 2) {
const params = {
memberSearchDTO: this.info.memberType ? this.info.memberGroupIds : this.info.memberSearchDTO,
memberSearchDTO: this.info.memberType == 0 ? this.info.memberSearchDTO : this.info.memberType == 1 ? this.info.memberIdOpenIds : this.info.memberGroupIds,
marketingType: 1,
// 区分人员筛选和会员分组,需要传这个flag
groupType: this.info.memberType === 0 ? 0 : 1
......@@ -469,7 +469,7 @@ export default {
contentType: this.info.contentType,
sendType: this.info.sendType,
sendTime: this.info.sendTime,
memberSearchDTO: this.info.memberType ? this.info.memberGroupIds : this.info.memberSearchDTO,
memberSearchDTO: this.info.memberType == 0 ? this.info.memberSearchDTO : this.info.memberType == 1 ? this.info.memberIdOpenIds : this.info.memberGroupIds,
searchJson: this.getSaveData
};
//微信营销主键ID (注意: 新建时null, 修改必传)
......
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