Commit ba822d31 by chenyu

update: update

parent 8973d15f
......@@ -316,7 +316,13 @@ export default {
// console.log(data);
},
handleDataLeft(selectedData, selectionToRemove) {
console.log(selectedData, selectionToRemove);
let ids = [];
selectedData.forEach(el => {
ids.push(el.memberTagGroupId);
});
this.$nextTick(_ => {
this.info.memberSearchDTO = ids.filter(v => v).join(',');
});
},
changeSmsType() {
this.info.gicSmsTemplateId = '';
......
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