Commit 73af8dd2 authored by 赵伟庚's avatar 赵伟庚

Merge branch 'zwg' into dev

parents db428399 328f8788
......@@ -144,12 +144,14 @@ const getOrgPersonFormData = (data) => {
})
}else {
const params = {...formData,
const params = {
...formData,
// organization_id: orgId.value,
logo: formData.logo && formData.logo.length > 0 ? formData.logo[0].url : '',
is_admin: 2,
password: CryptoJS.AES.encrypt(formData.password,"swuE9cmCZQwrkYRV").toString()
};
params.document_type = params.document_type == "" ? 0 : params.document_type
$axios.post(`/apaas/system/v5/org/add/user`,params)
.then((res) => {
if (res.data.code == 200) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment