fix: 代客下单和台桌管理联动优化

This commit is contained in:
2025-03-18 17:25:57 +08:00
parent 2de28da055
commit 8bcc5b8c71
2 changed files with 12 additions and 8 deletions

View File

@@ -358,10 +358,10 @@ async function diancanShow(item, key) {
return;
}
if (key == "isAddGoods") {
router.push({ path: "/tool/index", query: { id: item.orderId } });
router.push({ path: "/tool/index", query: { id: item.orderId, key } });
}
if (key == "isPayOrder") {
router.push({ path: "/tool/index", query: { id: item.orderId } });
router.push({ path: "/tool/index", query: { id: item.orderId, key } });
}
}
const tabClick = (tab) => {