Merge branch 'develop' into NiceDev
This commit is contained in:
commit
94a8969d7d
3 changed files with 8 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,12 @@ const items = ref<any>([
|
||||||
label: "เอกสารแสดงผลงานที่จะส่งประเมิน (เอกสารหมายเลข 11)",
|
label: "เอกสารแสดงผลงานที่จะส่งประเมิน (เอกสารหมายเลข 11)",
|
||||||
fileName: "6-ผลงานที่จะส่งประเมิน (เอกสารหมายเลข 11)",
|
fileName: "6-ผลงานที่จะส่งประเมิน (เอกสารหมายเลข 11)",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label:
|
||||||
|
"แบบตรวจสอบความถูกต้องครบถ้วนของข้อมูลเพื่อประกอบการคัดเลือกบุคคล (เอกสารแบบ ก)",
|
||||||
|
fileName:
|
||||||
|
"3-แบบตรวจสอบความถูกต้องครบถ้วนของข้อมูลเพื่อประกอบการคัดเลือกบุคคล (เอกสารแบบ ก)",
|
||||||
|
},
|
||||||
]);
|
]);
|
||||||
|
|
||||||
/** fuinction เรียกข้อมูลลิงก์ดาวนฺโหลด*/
|
/** fuinction เรียกข้อมูลลิงก์ดาวนฺโหลด*/
|
||||||
|
|
|
||||||
|
|
@ -305,6 +305,7 @@ onMounted(async () => {
|
||||||
readonly
|
readonly
|
||||||
:model-value="formDetail.oc"
|
:model-value="formDetail.oc"
|
||||||
label="สังกัด"
|
label="สังกัด"
|
||||||
|
autogrow
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue