diff --git a/components/diy/modules/custom/data-rendering.vue b/components/diy/modules/custom/data-rendering.vue index bb7b69f2..41a1bce6 100644 --- a/components/diy/modules/custom/data-rendering.vue +++ b/components/diy/modules/custom/data-rendering.vue @@ -125,6 +125,9 @@ export default { // 初始化 this.init(this.propCustomList); }, + propCustomList(val) { + this.init(val); + } }, computed: { get_percentage_count() {