This commit is contained in:
熊成强 2020-10-29 16:34:22 +08:00
parent aaa3b3b04f
commit 54c87a671e

View File

@ -239,7 +239,12 @@ export default {
},
async handleChange (item) {
this.params.startId = item[1]
// await this.handleGetChartList(Object.assign({}, this.params, {startId: item[1]}))
this.$router.replace({
name: 'assessment-stepList',
query: {
id: item[1]
}
})
this.params.currPage = 1
this.params.startId = item[1]
await this.handleGetChartList()