mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 05:28:13 +00:00
Poprawki w order helperze
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
<img :src="saveIcon" alt="save icon" />
|
||||
</button> -->
|
||||
|
||||
<!-- <button @click="store.helperModalOpen = true">?</button> -->
|
||||
|
||||
<button
|
||||
v-for="orderType in orderTypeList"
|
||||
:key="orderType.id"
|
||||
@@ -51,7 +53,7 @@ export default defineComponent({
|
||||
methods: {
|
||||
selectOrderType(type: any) {
|
||||
if (type != this.store.chosenOrderType) this.store.chosenLocalOrderId = '';
|
||||
|
||||
|
||||
this.store.chosenOrderType = type;
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user