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