Commit fa16df8e by LJM

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

parent 49cab8db
Showing with 7 additions and 4 deletions
...@@ -176,10 +176,13 @@ export default { ...@@ -176,10 +176,13 @@ export default {
} }
}); });
}, },
canel(){ canel() {
this.$router.push({ document.querySelector('.item-boxs a.act .iconfont').click();
path: "/orderTrackInvoice" setTimeout(() => {
}) this.$router.push({
path: "/orderTrackGoods"
})
}, 1000)
} }
}, },
components: { 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