diff --git a/src/modules/04_registryPerson/components/detail/Achievement/03_Insignia.vue b/src/modules/04_registryPerson/components/detail/Achievement/03_Insignia.vue index 8930247e3..e0e465e7d 100644 --- a/src/modules/04_registryPerson/components/detail/Achievement/03_Insignia.vue +++ b/src/modules/04_registryPerson/components/detail/Achievement/03_Insignia.vue @@ -1311,6 +1311,7 @@ onMounted(async () => { :title="`ประวัติแก้ไขเครื่องราชอิสริยาภรณ์`" :columns="columnsHistory" :fetch-data="fetchDataHistory" + :type="'insignia'" /> diff --git a/src/modules/04_registryPerson/components/detail/DialogHistory.vue b/src/modules/04_registryPerson/components/detail/DialogHistory.vue index 9da53b81a..ceab6ee49 100644 --- a/src/modules/04_registryPerson/components/detail/DialogHistory.vue +++ b/src/modules/04_registryPerson/components/detail/DialogHistory.vue @@ -17,6 +17,7 @@ const columns = defineModel("columns", { const visibleColumnsMain = defineModel("visibleColumns", { required: true, }); +const type = defineModel("type", { default: "" }); const props = defineProps({ fetchData: { type: Function, required: true }, @@ -114,7 +115,7 @@ watch(