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(