รายการสรุปผลการพิจารณาทางวินัย เพิ่มฟิล

This commit is contained in:
setthawutttty 2023-12-15 17:54:28 +07:00
parent b659857c7b
commit db072c8ba5
4 changed files with 38 additions and 3 deletions

View file

@ -69,7 +69,7 @@ const formData = reactive<FormData>({
titleType: "",
oc: "",
file: null,
disciplineComplaint_Appeal_Docs: [ArrayFile],
disciplineComplaint_Appeal_Docs: [],
year: new Date().getFullYear(),
});
@ -577,7 +577,6 @@ onMounted(async () => {});
>
</div>
</div>
<div
v-if="formData.disciplineComplaint_Appeal_Docs.length > 0"
class="col-xs-12 q-pa-sm row"