เครื่องราช

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-06-30 22:27:26 +07:00
parent 08455521f2
commit 249ec6c9ee
7 changed files with 53 additions and 48 deletions

View file

@ -245,8 +245,6 @@ async function fecthRound() {
})
.catch((err) => {
messageError($q, err);
})
.finally(() => {
hideLoader();
});
}
@ -436,12 +434,12 @@ async function perviewfile(event: any, actionType: string) {
typepay: e.typePayment,
address: e.address,
}));
modelPerview.value = true;
})
.catch((err) => {
messageError($q, err);
})
.finally(() => {
modelPerview.value = true;
hideLoader();
});
}
@ -661,7 +659,7 @@ onMounted(async () => {
option-value="id"
:readonly="false"
:borderless="false"
style="width: 280px"
style="width: 300px"
@update:model-value="selectorInsignia"
@filter="(inputValue:any,
doneFn:Function) => filterSelector(inputValue, doneFn,'insigniaTypeFilter'