task#11035,调度app路桥费报销

This commit is contained in:
2024-02-20 16:17:46 +08:00
parent 503b21e441
commit 8a938e9071
3 changed files with 24 additions and 13 deletions

View File

@ -148,9 +148,9 @@ 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)
console.log(" this.batchCode", this.batchCode,this.activeIndex)
},
async mounted(){
await this.getOrderDetail()
@ -159,12 +159,11 @@ export default {
});
},
methods:{
goPrePage(){
this.$router.push({
name: 'caseAuditList', // 目标路由的名称
params: {
// activeIndex:this.activeIndex,
activeIndex:this.activeIndex,
batchCode:this.batchCode,
}
});