Commit 798e7b8b authored by rencs's avatar rencs

12.24 跳转订单

parent 063612f8
......@@ -249,7 +249,10 @@ export default {
});
},
toItemOrder(item) {
console.log(item);
this.$router.push({
path: "/orderManagement/orderList",
query: { orderNo: item.orderNo },
});
},
delItemOrder(item) {
this.$confirm("确认删除", "提示", {
......
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 to comment