mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 21:48:13 +00:00
Dodano aktualizowanie zapisanych rozkazów
This commit is contained in:
@@ -50,6 +50,8 @@ 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