diff --git a/src/interface/request/main/main.ts b/src/interface/request/main/main.ts index b1d333a01..63b0fafbb 100644 --- a/src/interface/request/main/main.ts +++ b/src/interface/request/main/main.ts @@ -51,41 +51,41 @@ const menuList = readonly([ path: "dashboard", role: "dashboard", }, - { - key: 2, - icon: "o_person", - activeIcon: "person", - label: "ข้อมูลหลัก", - path: "metadataNew", - role: "metadata", - children: [ - { - key: 2.0, - label: "ข้อมูลเกี่ยวกับบุคคล", - path: "masterPersonal", - }, - { - key: 2.0, - label: "ข้อมูลตำแหน่งข้าราชการ ฯ", - path: "masterPosition", - }, - { - key: 2.0, - label: "ข้อมูลตำแหน่งลูกจ้างประจำ", - path: "masterPositionEmployee", - }, - { - key: 2.0, - label: "ข้อมูลปฏิทินวันหยุด", - path: "masterCalendarWork", - }, - { - key: 2.0, - label: "ข้อมูลเครื่องราชอิสริยาภรณ์", - path: "masterInsignia", - }, - ], - }, + // { + // key: 2, + // icon: "o_person", + // activeIcon: "person", + // label: "ข้อมูลหลัก", + // path: "metadataNew", + // role: "metadata", + // children: [ + // { + // key: 2.0, + // label: "ข้อมูลเกี่ยวกับบุคคล", + // path: "masterPersonal", + // }, + // { + // key: 2.0, + // label: "ข้อมูลตำแหน่งข้าราชการ ฯ", + // path: "masterPosition", + // }, + // { + // key: 2.0, + // label: "ข้อมูลตำแหน่งลูกจ้างประจำ", + // path: "masterPositionEmployee", + // }, + // { + // key: 2.0, + // label: "ข้อมูลปฏิทินวันหยุด", + // path: "masterCalendarWork", + // }, + // { + // key: 2.0, + // label: "ข้อมูลเครื่องราชอิสริยาภรณ์", + // path: "masterInsignia", + // }, + // ], + // }, { key: 2, icon: "o_person", diff --git a/src/modules/02_organizationalNew/components/DialogFormAgency.vue b/src/modules/02_organizationalNew/components/DialogFormAgency.vue index 145b745da..08743e945 100644 --- a/src/modules/02_organizationalNew/components/DialogFormAgency.vue +++ b/src/modules/02_organizationalNew/components/DialogFormAgency.vue @@ -146,7 +146,8 @@ function onSubmit() { ["org" + type + "RankSub"]: level.value !== 0 ? formData.orgLevelSub : undefined, [nameId]: rootId, - responsibility: formData.responsibility, + responsibility: + formData.responsibility != null ? formData.responsibility : "", }; if (actionType.value === "ADD") { diff --git a/src/modules/03_recruiting/components/top1.vue b/src/modules/03_recruiting/components/top1.vue index 6236a8bc9..58db8da3a 100644 --- a/src/modules/03_recruiting/components/top1.vue +++ b/src/modules/03_recruiting/components/top1.vue @@ -99,9 +99,6 @@ +