From 57f9e47cff2a34fef07170b31d54ad6b27d3ebe3 Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Thu, 5 Sep 2024 16:46:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE=E6=9A=82?= =?UTF-8?q?=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/hr/archives/basicinformation/personalityTest.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/hr/archives/basicinformation/personalityTest.vue b/src/views/hr/archives/basicinformation/personalityTest.vue index d489a23..1f6ad53 100644 --- a/src/views/hr/archives/basicinformation/personalityTest.vue +++ b/src/views/hr/archives/basicinformation/personalityTest.vue @@ -25,7 +25,7 @@ const props = defineProps({ @ 功能: 判断现实哪种测验结果 */ const isTestShouw = (val:number) => { - // console.log("判断现实哪种测验结果",props.usercont.isColorTrue) + console.log("判断现实哪种测验结果",props.usercont.isColorTrue) switch (props.usercont.isColorTrue) { case 1: if(val == 1){ @@ -65,6 +65,7 @@ const isTestShouw = (val:number) => {
+