fix: 修复代客下单初始化时init传参问题
This commit is contained in:
parent
88cef08f87
commit
53529df072
|
|
@ -706,7 +706,7 @@ watch(
|
|||
function init() {
|
||||
getTableList();
|
||||
getCategoryList();
|
||||
carts.init();
|
||||
carts.init({ table_code: table.tableCode });
|
||||
}
|
||||
|
||||
onBeforeRouteLeave(() => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue