From 716b388d46b28ec44fdc8b569743ff043499ab76 Mon Sep 17 00:00:00 2001 From: haha Date: Sat, 25 Jan 2025 23:26:46 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=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 This reverts commit 886fe18434d438b7c0704a61946c8f8df2375815. --- .../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 a33e719c..21c63e5e 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;