[update] 修改搜索中心bug

This commit is contained in:
lideqin
2023-12-05 09:04:56 +08:00
parent 47ebfbe969
commit 0b1faf7e2b
@@ -297,6 +297,17 @@ export default {
this.currStandardType = value
this.queryParam = {}
this.dataSource = []
this.ipagination = {
current: 1,
pageSize: 10,
pageSizeOptions: ['10', '20', '30'],
showTotal: (total, range) => {
return range[0] + '-' + range[1] + ' ' + this.$t('total') + total + this.$t('strip')
},
showQuickJumper: true,
showSizeChanger: true,
total: 0
}
},
onChange (item) {
if (this.queryParam[item] && this.queryParam[item].length > 0) {