zhanghua
2022-11-03 5f1f36bb3ca0b0d749da3c3a8dd8f5b76197f2f8
src/views/systemSetting/baseSetting/user/components/createUser/index.vue
@@ -385,9 +385,10 @@
                        // nickName: user.nickName,
                        sex: `${user.sex}`,
                        password: user.password,
                        userType: `${user.userType}`,
                        userType: user.userType,
                        username: user.username,
                        zj: user.zjarea + `${user.zjnumber}` + user.zjother,
                        nickName: user.nickName
                        // departName:user.departName,
                    }).then(res => {
                        if (res.code === 200) {