alarm rule 和 process 页面中,切换分页后,在切换 Nuclide Type 时,页面不正常显示数据
This commit is contained in:
parent
07a3dc7c3a
commit
08a27a0124
|
@ -145,6 +145,16 @@ export default {
|
|||
this.ipagination.pageSize = pagination.pageSize
|
||||
this.getRulesList()
|
||||
},
|
||||
onTypeChange(val) {
|
||||
this.type = val
|
||||
this.ipagination.current = 1
|
||||
this.ipagination.pageSize = 10
|
||||
this.getRulesList()
|
||||
},
|
||||
onCurrTypeChange(val) {
|
||||
this.currType = val
|
||||
this.getNuclideList()
|
||||
},
|
||||
handleAdd() {
|
||||
this.visible = true
|
||||
this.spinning = true
|
||||
|
|
|
@ -193,6 +193,8 @@ export default {
|
|||
},
|
||||
onTypeChange(val) {
|
||||
this.type = val
|
||||
this.ipagination.current = 1
|
||||
this.ipagination.pageSize = 10
|
||||
this.getAuroPeocessList()
|
||||
},
|
||||
onCurrTypeChange(val) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user