เครื่องราช

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-09-11 18:08:31 +07:00
parent 8a2eee16ec
commit 63943f49ac
4 changed files with 12 additions and 6 deletions

View file

@ -179,6 +179,7 @@ const selectorRound = (round: string) => {
selectRound.value = round;
const yearFilter = selectRoundOption.value.find((x: any) => x.id == round);
roundYear.value = yearFilter?.year;
fecthlistInsignia();
};
const fecthlistInsignia = async () => {
@ -303,7 +304,7 @@ const resetFilter = () => {
>
<div class="bg-grey-1 col-12 row items-center">
<div class="q-pl-md q-pr-sm text-weight-medium text-grey-7">รอบ</div>
<selector
<q-select
hide-bottom-space
borderless
dense
@ -318,9 +319,9 @@ const resetFilter = () => {
use-input
input-debounce="0"
input-class="text-bold text-grey"
@update:emit-value="selectorRound"
@update:model-value="selectorRound(selectRound)"
>
</selector>
</q-select>
</div>
<q-separator />
<q-tabs