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;