diff --git a/src/modules/15_development/views/MainPage.vue b/src/modules/15_development/views/MainPage.vue index ef0f52f6c..08cc9a588 100644 --- a/src/modules/15_development/views/MainPage.vue +++ b/src/modules/15_development/views/MainPage.vue @@ -168,7 +168,6 @@ function onDownload() { /** function ปิด Dialog เพิ่มโครงการ/หลักสูตรการฝึกอบรม*/ function closeDialog() { modal.value = false; - formProject.year = null; formProject.projectName = ""; formProject.orgRevisionId = ""; @@ -213,7 +212,6 @@ function fetchActive() { * @param id โครงสร้างปจุบัน */ function fetchTree(id: string) { - showLoader(); http .get(config.API.orgByid(id.toString())) .then((res) => { @@ -223,8 +221,6 @@ function fetchTree(id: string) { }) .catch((err) => { messageError($q, err); - }) - .finally(() => { hideLoader(); }); } @@ -338,135 +334,122 @@ onMounted(() => {
- -
- - - - - - - - - เพิ่ม - - -
- -
-
- - ดาวน์โหลด - -
-
+ + + + +