diff --git a/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdeptsUsers/index.vue b/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdeptsUsers/index.vue
index 43504460..c523c4b6 100644
--- a/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdeptsUsers/index.vue
+++ b/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdeptsUsers/index.vue
@@ -148,7 +148,25 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -260,24 +278,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -426,7 +427,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;