Poprawki w order helperze

This commit is contained in:
2022-10-21 01:06:23 +02:00
parent e3a256c09a
commit 43f03070b2
6 changed files with 111 additions and 2 deletions
+3 -1
View File
@@ -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;
},
},