diff --git a/src/modules/06_retirement/components/03_resignEmp/ResignByid.vue b/src/modules/06_retirement/components/03_resignEmp/ResignByid.vue index 9c535a167..2af2f43b3 100644 --- a/src/modules/06_retirement/components/03_resignEmp/ResignByid.vue +++ b/src/modules/06_retirement/components/03_resignEmp/ResignByid.vue @@ -72,6 +72,7 @@ const dataDetail = ref({ statusMain: "", cancelReason: "", remark: "", + reasonResign: "", }); const workflowRef = ref(null);