优化
This commit is contained in:
parent
aaa3b3b04f
commit
54c87a671e
@ -239,7 +239,12 @@ export default {
|
|||||||
},
|
},
|
||||||
async handleChange (item) {
|
async handleChange (item) {
|
||||||
this.params.startId = item[1]
|
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.currPage = 1
|
||||||
this.params.startId = item[1]
|
this.params.startId = item[1]
|
||||||
await this.handleGetChartList()
|
await this.handleGetChartList()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user