From 14da9479534ce520e9b0fa020748a292b2ff04d2 Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Tue, 22 Jul 2025 15:00:01 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=AB=E0=B8=B1?= =?UTF-8?q?=E0=B8=A7=20popup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/02_resign/DialogSendToCommand.vue | 6 +++++- src/modules/06_retirement/components/02_resign/Table.vue | 3 ++- .../components/03_resignEmp/DialogSendToCommand.vue | 6 +++++- .../06_retirement/components/03_resignEmp/Table.vue | 7 ++++++- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/src/modules/06_retirement/components/02_resign/DialogSendToCommand.vue b/src/modules/06_retirement/components/02_resign/DialogSendToCommand.vue index 29e5d156f..7f4f92fee 100644 --- a/src/modules/06_retirement/components/02_resign/DialogSendToCommand.vue +++ b/src/modules/06_retirement/components/02_resign/DialogSendToCommand.vue @@ -44,6 +44,7 @@ const props = defineProps({ fecthList: { type: Function, requreid: true }, rows: { type: Array as PropType, requreid: true }, mainTabs: { type: String, requreid: true }, + cancel: { type: Boolean, default: false }, }); //Table @@ -235,7 +236,10 @@ watch( diff --git a/src/modules/06_retirement/components/03_resignEmp/DialogSendToCommand.vue b/src/modules/06_retirement/components/03_resignEmp/DialogSendToCommand.vue index 1c3e52cef..4d01c4336 100644 --- a/src/modules/06_retirement/components/03_resignEmp/DialogSendToCommand.vue +++ b/src/modules/06_retirement/components/03_resignEmp/DialogSendToCommand.vue @@ -42,6 +42,7 @@ const props = defineProps({ fecthList: { type: Function, requreid: true }, rows: { type: Array as PropType, requreid: true }, mainTabs: { type: String, requreid: true }, + cancel: { type: Boolean, default: false }, }); const filterKeyword = defineModel("filterKeyword", { required: true }); @@ -210,7 +211,10 @@ watch(