md
This commit is contained in:
parent
bb3e2ec1d8
commit
3a02cd10f5
@ -1039,10 +1039,19 @@ computed: {
|
||||
if(this.$route.query.addFrom=="userOrder"){
|
||||
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)
|
||||
|
||||
}else{
|
||||
this.addFrom=null;
|
||||
this.billCode=null;
|
||||
|
||||
const title = '运单录入';
|
||||
const route = Object.assign({}, this.$route, { title: `${title}` })
|
||||
this.$store.dispatch('tagsView/updateVisitedView', route)
|
||||
|
||||
}
|
||||
this.initData();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user