ui แบบประเมิน | เพิ่ม accept=".pdf"

This commit is contained in:
setthawutttty 2023-08-25 10:41:13 +07:00
parent 8dd34b7b66
commit ae0778d4b9
3 changed files with 97 additions and 2 deletions

View file

@ -731,6 +731,7 @@ const getAssign = async () => {
});
};
onMounted(async () => {
getAssign();
await getUser();
await getLaw(personalId);
await getcompetency(personalId);
@ -738,7 +739,6 @@ onMounted(async () => {
await getSkill(personalId);
await getKnowledge(personalId);
await getAssignNew(personalId);
await getAssign();
});
watch(
() => [monthSelect.value, date_start.value],