update 国内标准

This commit is contained in:
赵霄
2023-09-18 18:05:22 +08:00
parent 1367a67f2b
commit a5f062bafe
2 changed files with 12 additions and 2 deletions
+2 -2
View File
@@ -87,8 +87,8 @@ export const ConfigurableTableMixin = {
searchReset () {
this.searchParams = {}
this.selectedRowKeys = []
this.getData()
this.getTableList()
this.getTableHeader()
this.loadData(1)
},
/**
* 获取表头数据
@@ -515,6 +515,16 @@ export default {
standardNumber
}
})
},
/**
* 重置查询
*/
searchReset () {
this.searchParams = {}
this.selectedRowKeys = []
this.selectedTreeKeys = []
this.getTableHeader()
this.loadData()
}
}
}