รายการสรุปผลการพิจารณาทางวินัย เพิ่มฟิล
This commit is contained in:
parent
b659857c7b
commit
db072c8ba5
4 changed files with 38 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue