This commit is contained in:
2024-05-30 16:10:22 +02:00
parent a180215dd0
commit 1b8bf5cc45
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -155,8 +155,6 @@ export default defineComponent({
(this.store.orderFooter as any)[key] = localOrderFooter[key];
}
console.log('loading');
this.store.chosenOrderType = localOrder.orderType;
this.store.chosenLocalOrderId = localOrder.id;
this.store.orderMode = 'OrderMessage';