Commit 49196148 by crushh

Merge branch 'feature/3月迭代' into dev

parents fe0cc12f 4bca5315
......@@ -154,6 +154,11 @@ export default {
this.getDefaultSelected(val);
}
}
},
visiable(val) {
if (val && this.selectedIds) {
this.getDefaultSelected(this.selectedIds);
}
}
},
methods: {
......
......@@ -128,11 +128,17 @@ export default {
} else {
this.conditionTypeList.forEach(item => (item.disable = false));
}
},
visiable(val) {
if (val && this.memberCrowdWidgetId) {
this.getEchoData();
}
}
},
computed: {
selectData() {
const data = this.handleEchoData(this.conditionTypeList);
console.log(data);
return data;
}
},
......
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