Merge branch 'develop' into NiceDev

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-01-17 16:52:09 +07:00
commit 94a8969d7d
3 changed files with 8 additions and 1 deletions

View file

@ -285,7 +285,7 @@ const onClickDelete = async (id: string, docId: string) => {
await http await http
.delete(config.API.leaveDocumentId(id, docId)) .delete(config.API.leaveDocumentId(id, docId))
.then(async (res) => { .then(async (res) => {
console.log("delete"); success($q, "ลบไฟล์สำเร็จ");
}) })
.catch((err) => { .catch((err) => {
messageError($q, err); messageError($q, err);

View file

@ -35,6 +35,12 @@ const items = ref<any>([
label: "เอกสารแสดงผลงานที่จะส่งประเมิน (เอกสารหมายเลข 11)", label: "เอกสารแสดงผลงานที่จะส่งประเมิน (เอกสารหมายเลข 11)",
fileName: "6-ผลงานที่จะส่งประเมิน (เอกสารหมายเลข 11)", fileName: "6-ผลงานที่จะส่งประเมิน (เอกสารหมายเลข 11)",
}, },
{
label:
"แบบตรวจสอบความถูกต้องครบถ้วนของข้อมูลเพื่อประกอบการคัดเลือกบุคคล (เอกสารแบบ ก)",
fileName:
"3-แบบตรวจสอบความถูกต้องครบถ้วนของข้อมูลเพื่อประกอบการคัดเลือกบุคคล (เอกสารแบบ ก)",
},
]); ]);
/** fuinction เรียกข้อมูลลิงก์ดาวนฺโหลด*/ /** fuinction เรียกข้อมูลลิงก์ดาวนฺโหลด*/

View file

@ -305,6 +305,7 @@ onMounted(async () => {
readonly readonly
:model-value="formDetail.oc" :model-value="formDetail.oc"
label="สังกัด" label="สังกัด"
autogrow
/> />
</div> </div>
</div> </div>