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) { @@ -323,7 +335,11 @@ }, selectionClear() { this.selectionList = []; this.$refs.dataTable.toggleSelection(); try { this.$refs.dataTable.toggleSelection(); }catch (e) { } }, handleRefresh() { this.onLoad(this.page, this.query);