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

This commit is contained in:
YeMingfei666 2025-03-18 14:10:36 +08:00
parent 88cef08f87
commit 53529df072
1 changed files with 1 additions and 1 deletions

View File

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