Source/plt-web/plt-web-ui/src/components/dynamic-components/dynamic-table.vue
@@ -357,8 +357,8 @@ this.tableList = []; this.loading = true; let url=''; if(this.componentVO.bsCustQueryCLsOrUrl && this.componentVO.bsCustQueryCLsOrUrl.indexOf('/')!=-1){ url=this.componentVO.bsCustQueryCLsOrUrl; if(this.componentVO.bsDataModel && this.componentVO.bsDataModel.indexOf('/')!=-1){ url=this.componentVO.bsDataModel; } getList(page.currentPage, page.pageSize, Object.assign({},this.params,this.query,params),url).then(res => { let data = [];