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;