[update] 修改搜索中心bug
This commit is contained in:
@@ -297,6 +297,17 @@ export default {
|
|||||||
this.currStandardType = value
|
this.currStandardType = value
|
||||||
this.queryParam = {}
|
this.queryParam = {}
|
||||||
this.dataSource = []
|
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) {
|
onChange (item) {
|
||||||
if (this.queryParam[item] && this.queryParam[item].length > 0) {
|
if (this.queryParam[item] && this.queryParam[item].length > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user