Commit fa16df8e by LJM

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

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