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