Commit 6054511a authored by 武广's avatar 武广

fix: 添加子账号接口参数

parent 40725e56
...@@ -163,6 +163,8 @@ const AccountInfo = props => { ...@@ -163,6 +163,8 @@ const AccountInfo = props => {
...fieldsValue, ...fieldsValue,
code, code,
email: email || `${code}@stms.quantgroup.cn`, email: email || `${code}@stms.quantgroup.cn`,
source: 1,
tenantId: 560761,
organization: { organization: {
id: organizationId || orgId, id: organizationId || orgId,
}, },
...@@ -170,7 +172,6 @@ const AccountInfo = props => { ...@@ -170,7 +172,6 @@ const AccountInfo = props => {
delete params.organizationId; delete params.organizationId;
let api = addUser; let api = addUser;
if (id) { if (id) {
console.log(id, 222444);
params.id = id; params.id = id;
api = updateUser; api = updateUser;
} }
......
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