task#11035,获取调度apptoken

This commit is contained in:
2024-02-20 15:36:03 +08:00
parent 2a77ea8ba1
commit ceb45b33b2
3 changed files with 9 additions and 9 deletions

View File

@ -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,
}
});