fix: 内置报告排序字段传参错误问题

This commit is contained in:
@changcode
2022-04-28 15:15:08 +08:00
parent 8eb26abe10
commit ec7c689ec3
3 changed files with 3 additions and 9 deletions

View File

@@ -76,8 +76,6 @@ export default {
getTableData (params) {
if (params) {
this.searchLabel = { ...this.searchLabel, ...params }
} else {
this.searchLabel = {}
}
this.searchLabel = { ...this.searchLabel, ...this.pageObj }
this.tools.loading = true