md
This commit is contained in:
parent
8e10b33d96
commit
07900eae3e
@ -1038,20 +1038,8 @@ computed: {
|
||||
this.addFrom="userOrder";
|
||||
this.billCode=this.$route.query.billCode;
|
||||
// this.$route.meta.title = "接单";
|
||||
|
||||
const title = '接单';
|
||||
const route = Object.assign({}, this.$route, { title: `${title}` })
|
||||
this.$store.dispatch('tagsView/updateVisitedView', route)
|
||||
|
||||
this.initData();
|
||||
}else{
|
||||
if(this.$route.query.action='add'){
|
||||
const title = '运单录入';
|
||||
const route = Object.assign({}, this.$route, { title: `${title}` })
|
||||
this.$store.dispatch('tagsView/updateVisitedView', route)
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
// beforeRouteEnter(to,from,next){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user