Source/ProjectWeb/src/components/dynamic-components/dynamic-table.vue
@@ -323,7 +323,11 @@ }, selectionClear() { this.selectionList = []; this.$refs.dataTable.toggleSelection(); try { this.$refs.dataTable.toggleSelection(); }catch (e) { } }, handleRefresh() { this.onLoad(this.page, this.query);