task#11035,调度app路桥费报销
This commit is contained in:
@ -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,
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user