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

fix: 添加子账号接口参数

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