NEZ-1236 fix: 点击筛选条件后,列表下方分页位置未更新
This commit is contained in:
@@ -826,6 +826,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
reloadTable (obj) {
|
reloadTable (obj) {
|
||||||
|
this.pageObj.pageNo = 1
|
||||||
const params = JSON.parse(JSON.stringify(obj))
|
const params = JSON.parse(JSON.stringify(obj))
|
||||||
if (this.detailType === 'view') {
|
if (this.detailType === 'view') {
|
||||||
const obj = {}
|
const obj = {}
|
||||||
|
|||||||
@@ -485,6 +485,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
reloadTable (obj) {
|
reloadTable (obj) {
|
||||||
|
this.pageObj.pageNo = 1
|
||||||
const params = JSON.parse(JSON.stringify(obj))
|
const params = JSON.parse(JSON.stringify(obj))
|
||||||
if (this.detailType === 'view') {
|
if (this.detailType === 'view') {
|
||||||
const obj = {}
|
const obj = {}
|
||||||
|
|||||||
@@ -624,6 +624,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
reloadTable (obj) {
|
reloadTable (obj) {
|
||||||
|
this.pageObj.pageNo = 1
|
||||||
const params = JSON.parse(JSON.stringify(obj))
|
const params = JSON.parse(JSON.stringify(obj))
|
||||||
delete this.searchCheckBox.metricsStates
|
delete this.searchCheckBox.metricsStates
|
||||||
delete this.searchCheckBox.logsStates
|
delete this.searchCheckBox.logsStates
|
||||||
|
|||||||
Reference in New Issue
Block a user