From a855898a79e6f6e4c6577e417ed59fa4b1c2999a Mon Sep 17 00:00:00 2001 From: AnandaTon Date: Wed, 20 Sep 2023 10:20:11 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=20bug=20Exit=20inte?= =?UTF-8?q?rview=20(console=20log)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ExitInterview/exitRegistry.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/modules/06_retirement/components/ExitInterview/exitRegistry.vue b/src/modules/06_retirement/components/ExitInterview/exitRegistry.vue index cd04abd18..607f14281 100644 --- a/src/modules/06_retirement/components/ExitInterview/exitRegistry.vue +++ b/src/modules/06_retirement/components/ExitInterview/exitRegistry.vue @@ -28,14 +28,14 @@ const prefix = ref(""); const exitFactor = ref([]); const reasonWork = ref([]); const adjust = ref([]); -const timeThink = ref([]); +const timeThink = ref(); const fullname = ref(""); const avata = ref(""); const realReason = ref(""); const notExitFactor = ref(""); -const haveJob = ref(""); -const suggestFriends = ref([]); -const futureWork = ref([]); +const haveJob = ref(); +const suggestFriends = ref(); +const futureWork = ref(); const suggestion = ref(""); const reasonWorkOther = ref("");