mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 05:28:13 +00:00
hotfix
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
v-if="!order.orderVersion || order.orderVersion != ORDER_VERSION"
|
v-if="!order.orderVersion || order.orderVersion != ORDER_VERSION"
|
||||||
class="wrong-order-indicator"
|
class="wrong-order-indicator"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
data-tooltip="Niepoprawny format rozkazu, może generować złe informacje!"
|
data-tooltip="Przestarzała wersja rozkazu! Może generować złe informacje!"
|
||||||
>⚠
|
>⚠
|
||||||
</span>
|
</span>
|
||||||
<br />
|
<br />
|
||||||
|
|||||||
@@ -155,8 +155,6 @@ export default defineComponent({
|
|||||||
(this.store.orderFooter as any)[key] = localOrderFooter[key];
|
(this.store.orderFooter as any)[key] = localOrderFooter[key];
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log('loading');
|
|
||||||
|
|
||||||
this.store.chosenOrderType = localOrder.orderType;
|
this.store.chosenOrderType = localOrder.orderType;
|
||||||
this.store.chosenLocalOrderId = localOrder.id;
|
this.store.chosenLocalOrderId = localOrder.id;
|
||||||
this.store.orderMode = 'OrderMessage';
|
this.store.orderMode = 'OrderMessage';
|
||||||
|
|||||||
Reference in New Issue
Block a user