优化
This commit is contained in:
parent
28b7b7f5a0
commit
bbbf1423d6
@ -334,7 +334,7 @@ export default {
|
||||
},
|
||||
handleChangeInput () {
|
||||
this.params.currPage = 1
|
||||
this.handleGetListContent()
|
||||
this.handleGetChartList()
|
||||
},
|
||||
handleChangePage (value) {
|
||||
this.params.currPage = value
|
||||
@ -452,7 +452,7 @@ export default {
|
||||
},
|
||||
watch: {
|
||||
'params.staffIds' (n, o) {
|
||||
this.handleGetListContent()
|
||||
this.handleGetChartList()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user