luobisheng
2022-11-17 99f97b11a334ce482db9aa91fca86dadbaffd716
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) {