fix: 修复代客下单初始化时init传参问题

This commit is contained in:
2025-03-18 14:10:36 +08:00
parent 88cef08f87
commit 53529df072

View File

@@ -706,7 +706,7 @@ watch(
function init() {
getTableList();
getCategoryList();
carts.init();
carts.init({ table_code: table.tableCode });
}
onBeforeRouteLeave(() => {