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
84294082
Commit
84294082
authored
Dec 30, 2020
by
tianfen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf: 站点管理
parent
bfc22498
Pipeline
#21486
skipped with stages
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
54 additions
and
1 deletion
+54
-1
SiteManage.jsx
src/pages/userCenter/siteManage/SiteManage.jsx
+0
-0
SiteManage.less
src/pages/userCenter/siteManage/SiteManage.less
+44
-0
api.js
src/services/userCenter/siteManage/api.js
+10
-1
No files found.
src/pages/userCenter/siteManage/SiteManage.jsx
View file @
84294082
This diff is collapsed.
Click to expand it.
src/pages/userCenter/siteManage/SiteManage.less
View file @
84294082
...
...
@@ -97,4 +97,47 @@
width: 100%;
position: relative;
transition: width 2s;
}
.siteCheckbox .ant-collapse-content > .ant-collapse-content-box{
padding: 16px 16px 0;
}
.siteList{
width:199px;
margin:0 0 15px 0
}
.sitePanel{
margin: 0 0 10px 0;
}
.sitePanelHead{
background-color: #f5f5f5;
padding:8px 10px;
cursor: pointer;
display: flex;
flex-direction: row;
}
.sitePanelHead p{
margin: 0;
}
.sitePanelCon{
border:1px solid #f5f5f5;
padding:20px;
padding-bottom: 0;
border-top:0
}
.sitePanel .ant-checkbox-wrapper + .ant-checkbox-wrapper{
margin:0
}
.siteIcon{
color:#ccc;
margin:4px 10px 0 0;
}
.siteAll{
margin:0 0 10px 0;
}
.siteColor{
color:#f00
}
.siteCommit{
}
\ No newline at end of file
src/services/userCenter/siteManage/api.js
View file @
84294082
import
{
get
,
post
,
CITY_SERVICE
}
from
'@/services/index'
;
import
{
get
,
post
,
CITY_SERVICE
,
PUBLISH_SERVICE
}
from
'@/services/index'
;
/*
** params
...
...
@@ -30,3 +30,12 @@ export const chooseUserToStation = (params, options) =>
// 获取人员
export
const
getUserByStation
=
params
=>
get
(
`
${
CITY_SERVICE
}
/OMS.svc/P_GetUserByStation`
,
params
);
//获取站点一级列表
export
const
getAllGroup
=
params
=>
get
(
`
${
PUBLISH_SERVICE
}
/UserCenter/GetAllGroup`
,
params
);
//获取站点二级列表
export
const
getStationUserList
=
params
=>
get
(
`
${
PUBLISH_SERVICE
}
/UserCenter/GetStationUserList`
,
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