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