md
This commit is contained in:
parent
9830fb412d
commit
0a68428d57
@ -1277,7 +1277,12 @@ methods: {
|
||||
// });
|
||||
this.billCode=null;
|
||||
this.form.billCode=null;
|
||||
this.initData();
|
||||
// 如果接单则关闭当前标签页
|
||||
if(this.action=='got'){
|
||||
this.jumpToOrderList();
|
||||
}else{
|
||||
this.initData();
|
||||
}
|
||||
}
|
||||
|
||||
},
|
||||
@ -1557,6 +1562,10 @@ methods: {
|
||||
beforeDestroy() {
|
||||
clearInterval(this.timer);
|
||||
},
|
||||
jumpToOrderList(){
|
||||
this.$store.dispatch("tagsView/delView", this.$route);
|
||||
this.$router.replace({ path: '/d24/orderManagement/UserOrderList'});
|
||||
},
|
||||
// 取消按钮
|
||||
cancel() {
|
||||
this.reset();
|
||||
|
||||
@ -1277,7 +1277,12 @@ methods: {
|
||||
// });
|
||||
this.billCode=null;
|
||||
this.form.billCode=null;
|
||||
this.initData();
|
||||
// 如果接单则关闭当前标签页
|
||||
if(this.action=='got'){
|
||||
this.jumpToOrderList();
|
||||
}else{
|
||||
this.initData();
|
||||
}
|
||||
}
|
||||
|
||||
},
|
||||
@ -1557,6 +1562,10 @@ methods: {
|
||||
beforeDestroy() {
|
||||
clearInterval(this.timer);
|
||||
},
|
||||
jumpToOrderList(){
|
||||
this.$store.dispatch("tagsView/delView", this.$route);
|
||||
this.$router.replace({ path: '/d24/orderManagement/UserOrderList'});
|
||||
},
|
||||
// 取消按钮
|
||||
cancel() {
|
||||
this.reset();
|
||||
|
||||
@ -1277,7 +1277,12 @@ methods: {
|
||||
// });
|
||||
this.billCode=null;
|
||||
this.form.billCode=null;
|
||||
this.initData();
|
||||
// 如果接单则关闭当前标签页
|
||||
if(this.action=='got'){
|
||||
this.jumpToOrderList();
|
||||
}else{
|
||||
this.initData();
|
||||
}
|
||||
}
|
||||
|
||||
},
|
||||
@ -1557,6 +1562,10 @@ methods: {
|
||||
beforeDestroy() {
|
||||
clearInterval(this.timer);
|
||||
},
|
||||
jumpToOrderList(){
|
||||
this.$store.dispatch("tagsView/delView", this.$route);
|
||||
this.$router.replace({ path: '/d24/orderManagement/UserOrderList'});
|
||||
},
|
||||
// 取消按钮
|
||||
cancel() {
|
||||
this.reset();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user