From 3193c4a029679e72173d3bcbd2c9ffa2d4961f1c Mon Sep 17 00:00:00 2001 From: AnandaTon <125332905+anandaAiemvong@users.noreply.github.com> Date: Fri, 25 Aug 2023 12:29:03 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=9A=E0=B8=B1?= =?UTF-8?q?=E0=B8=84=20rule=20=E0=B8=AB=E0=B8=99=E0=B9=89=E0=B8=B2?= =?UTF-8?q?=E0=B9=81=E0=B8=9A=E0=B8=9A=E0=B8=AA=E0=B8=AD=E0=B8=9A=E0=B8=96?= =?UTF-8?q?=E0=B8=B2=E0=B8=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/03_leave/views/result.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/modules/03_leave/views/result.vue b/src/modules/03_leave/views/result.vue index 2c4d19b..7b58eb9 100644 --- a/src/modules/03_leave/views/result.vue +++ b/src/modules/03_leave/views/result.vue @@ -108,14 +108,20 @@ const saveForm = () => { let hasError = false if ( reasonWork.value === 0 || + reasonWorkOther.value.length < 0 || timeThink.value === 0 || exitFactor.value === 0 || + exitFactorOther.value.length < 0 || adjust.value === 0 || + adjustOther.value.length < 0 || realReason.value.length < 1 || notExitFactor.value.length < 1 || haveJob.value === null || + haveJobReason.value.length < 0 || suggestFriends.value === null || + suggestFriendsReason.value.length < 0 || futureWork.value === null || + futureWorkReason.value.length < 0 || suggestion.value.length < 1 ) { hasError = true