Commit fa16df8e by LJM

订单追踪/已采购订单:新增发货单页面点击“取消”按钮无效

parent 49cab8db
Showing with 7 additions and 4 deletions
......@@ -176,10 +176,13 @@ export default {
}
});
},
canel(){
this.$router.push({
path: "/orderTrackInvoice"
})
canel() {
document.querySelector('.item-boxs a.act .iconfont').click();
setTimeout(() => {
this.$router.push({
path: "/orderTrackGoods"
})
}, 1000)
}
},
components: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment