--修复修改鉴权用户
This commit is contained in:
@@ -283,7 +283,7 @@ function fnModalOk() {
|
||||
modalState.confirmLoading = true;
|
||||
const from = toRaw(modalState.from);
|
||||
const neID = queryParams.neId || '-';
|
||||
const result = from.id ? updateAuth(from) : addAuth(neID, from);
|
||||
const result = from.id ? updateAuth(from,neID) : addAuth(neID, from);
|
||||
const hide = message.loading({ content: t('common.loading') });
|
||||
result
|
||||
.then(res => {
|
||||
|
||||
Reference in New Issue
Block a user