Source/ProjectWeb/src/components/dynamic-components/dynamic-table.vue
@@ -170,6 +170,18 @@ } } }, tableList:{ handler(newval) { if(newval) { this.$emit("setData", { area: this.areasName, type:this.componentVO.uiComponentType, btmType:this.currentDefineVO.btmType, data:newval }); } } }, 'sourceData':{ handler(newval) { if(newval) {