fix: 内置报告排序字段传参错误问题
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user