optymalizacja zapytań; filtr scenerii pocz.

This commit is contained in:
2023-06-03 15:49:15 +02:00
parent 44ebf53798
commit c3481470cb
6 changed files with 332 additions and 318 deletions
@@ -132,8 +132,8 @@ export default defineComponent({
optionsType: {
type: String,
required: true
}
required: true,
},
},
data() {
@@ -249,10 +249,6 @@ export default defineComponent({
});
},
focusEnd() {
console.log('focus end');
},
onSorterChange(item: { id: string | number; value: string }) {
this.sorterActive.id = item.id;
this.sorterActive.dir = -1;