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