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
e4ccba4e
Commit
e4ccba4e
authored
Nov 11, 2022
by
邓超
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://g.civnet.cn:8443/ReactWeb5/maintenance
parents
66bcc20e
90f61651
Pipeline
#63681
waiting for manual action with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
global.less
src/global.less
+4
-0
SiteManage.jsx
src/pages/userCenter/siteManage/SiteManage.jsx
+5
-2
No files found.
src/global.less
View file @
e4ccba4e
...
...
@@ -174,4 +174,7 @@ iframe {
.ant-spin-container {
height: 100%;
}
textarea.ant-input {
border:1px solid #d9d9d9 ;
}
}
\ No newline at end of file
src/pages/userCenter/siteManage/SiteManage.jsx
View file @
e4ccba4e
...
...
@@ -244,8 +244,10 @@ const SiteManageV2 = () => {
PageIndex
:
1
,
PageSize
:
10
,
};
setCheckLoading
(
true
);
if
(
value
)
params
=
{
...
params
,
key
:
value
};
getGroupUserTree
(
params
).
then
(
res
=>
{
setCheckLoading
(
false
);
if
(
res
.
code
===
0
&&
res
.
data
)
{
setShowSearchStyle
(
true
);
let
list
=
res
.
data
.
data
;
...
...
@@ -321,6 +323,7 @@ const SiteManageV2 = () => {
const
handleChange
=
e
=>
{
setName
(
e
.
target
.
value
);
handleSearch
(
e
.
target
.
value
);
};
// 获取当前站点所有已经勾选的用户新接口
...
...
@@ -787,8 +790,8 @@ const SiteManageV2 = () => {
allowClear
placeholder=
{
placeholder
}
onSearch=
{
handleSearch
}
value=
{
name
}
onChange=
{
e
=>
handleChange
(
e
)
}
//
value={name}
//
onChange={e => handleChange(e)}
enterButton
/>
...
...
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