Commit 4bca5315 by crushh

update: 组件回显

parent 83f7f8fc
......@@ -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