fix: 1、删除获取实体列表多余入参;2、左侧filter隐藏空数据项以及添加nodata

This commit is contained in:
刘洪洪
2023-07-11 16:37:53 +08:00
parent c558bdb952
commit 86c14ae560
2 changed files with 44 additions and 25 deletions

View File

@@ -704,7 +704,8 @@ export default {
queryList (params) {
this.listLoading = true
const queryParams = {
...params,
pageSize: params.pageSize,
pageNo: params.pageNo,
// startTime: getSecond(params.startTime),
// endTime: getSecond(params.endTime),
resource: params.q || ''