เครื่องราช
This commit is contained in:
parent
08455521f2
commit
249ec6c9ee
7 changed files with 53 additions and 48 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue