Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
CivManage
Commits
283bf7be
Commit
283bf7be
authored
Nov 11, 2024
by
涂伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: '运维新增用户导入导出'
parent
36469bf1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
43 additions
and
0 deletions
+43
-0
UserManage.jsx
src/pages/userCenter/userManage/UserManage.jsx
+0
-0
UserManage.less
src/pages/userCenter/userManage/UserManage.less
+36
-0
api.js
src/services/userManage/api.js
+7
-0
No files found.
src/pages/userCenter/userManage/UserManage.jsx
View file @
283bf7be
This diff is collapsed.
Click to expand it.
src/pages/userCenter/userManage/UserManage.less
View file @
283bf7be
...
...
@@ -414,4 +414,39 @@
}
.titleSearch {
color: #f50;
}
.modalContent {
width: 100%;
height: 100%;
.ant-form-item-feedback-icon {
margin-left: 10px;
}
.formBox {
position: relative;
.ant-input-password-icon {
margin-top: 6px;
}
.tipsText {
position: absolute;
right: 40px;
top: 7px;
z-index: 11;
}
.tipsGreen {
color: limegreen;
}
.tipsRed {
color: red;
}
.tipsOrange {
color: coral;
}
}
}
\ No newline at end of file
src/services/userManage/api.js
View file @
283bf7be
...
...
@@ -201,5 +201,12 @@ export const SysConfiguration = params =>
// 是否加入白名单
export
const
AddUserAppBindWhiteList
=
params
=>
get
(
`/PandaOMS/OMS/AddUserAppBindWhiteList`
,
params
);
// 导出用户
export
const
ExportUserData
=
params
=>
get
(
`
${
PUBLISH_SERVICE
}
/UserCenter/ExportUserData`
,
params
);
// 导入用户
export
const
ImportAccountData
=
params
=>
post
(
`
${
PUBLISH_SERVICE
}
/UserCenter/ImportAccountData`
,
params
);
// export const DeleteOUNew = params =>
// get(`${PUBLISH_SERVICE}/UserCenter/DeleteOU`, params)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment