task#11035,获取调度apptoken
This commit is contained in:
@ -148,7 +148,7 @@ export default {
|
||||
},
|
||||
created() {
|
||||
this.id = this.$route.params.id;
|
||||
this.activeIndex=this.$route.params.index;
|
||||
// this.activeIndex=this.$route.params.index;
|
||||
this.batchCode=this.$route.params.batchCode
|
||||
console.log(" this.batchCode", this.batchCode)
|
||||
},
|
||||
@ -164,7 +164,7 @@ export default {
|
||||
this.$router.push({
|
||||
name: 'caseAuditList', // 目标路由的名称
|
||||
params: {
|
||||
activeIndex:this.activeIndex,
|
||||
// activeIndex:this.activeIndex,
|
||||
batchCode:this.batchCode,
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user