From 886fe18434d438b7c0704a61946c8f8df2375815 Mon Sep 17 00:00:00 2001 From: haha Date: Fri, 24 Jan 2025 23:40:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/manage/proProjectInfoSubdeptsUsers/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdeptsUsers/index.vue b/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdeptsUsers/index.vue index 21c63e5e..a33e719c 100644 --- a/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdeptsUsers/index.vue +++ b/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdeptsUsers/index.vue @@ -406,7 +406,7 @@ function doImageUpload(type) { if(sex){ form.value.sex=form.value.sex||(sex=='男'?0:1); } - let birthDay=d.data.birthday; + let birthDay=d.data.birthDay; if(birthDay && birthDay.length==8){ birthDay=birthDay.substr(0,4)+"-"+birthDay.substr(4,2)+"-"+birthDay.substr(6); form.value.birthDay=form.value.birthDay||birthDay;