This commit is contained in:
熊成强 2020-11-18 18:18:31 +08:00
parent 28b7b7f5a0
commit bbbf1423d6

View File

@ -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()
} }
} }