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
facc758f
Commit
facc758f
authored
Mar 04, 2024
by
田翔
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 角色管理bug修复
parent
001d0902
Pipeline
#85556
passed with stages
Changes
5
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
7 deletions
+4
-7
index.jsx
src/components/PersonnelSelector/index.jsx
+0
-1
index.js
...g/menuconfig/WorkDesign/components/Designer/Left/index.js
+2
-2
EditModal.jsx
src/pages/userCenter/roleManage/EditModal.jsx
+2
-3
RoleManage.jsx
src/pages/userCenter/roleManage/RoleManage.jsx
+0
-0
SelectUser.jsx
src/pages/userCenter/roleManage/SelectUser/SelectUser.jsx
+0
-1
No files found.
src/components/PersonnelSelector/index.jsx
View file @
facc758f
...
...
@@ -266,7 +266,6 @@ const SelectUser = props => {
),
},
];
console
.
log
(
allList
,
'allList'
);
return
(
<>
<
Modal
...
...
src/pages/productCenter/mobileConfig/menuconfig/WorkDesign/components/Designer/Left/index.js
View file @
facc758f
...
...
@@ -63,7 +63,7 @@ const cards = [
[
{
title
:
'江西水务集团GIS项目'
,
count
:
1
,
count
:
6
,
children
:
[
{
name
:
'运营总览'
,
widget
:
'OPERATIONSOVERVIEW'
,
type
:
'运营'
},
{
name
:
'管网资产'
,
widget
:
'PIPELINEASSETS'
,
type
:
'运营'
},
...
...
@@ -75,7 +75,7 @@ const cards = [
},
{
title
:
'新乐智慧水务项目'
,
count
:
1
,
count
:
3
,
children
:
[
{
name
:
'生产概览'
,
widget
:
'PRODUCT_OVERVIEW'
,
type
:
'运营'
},
{
name
:
'三水厂送水泵房监控'
,
widget
:
'WATER_SUPPLY_MONITORING3'
,
type
:
'运营'
},
...
...
src/pages/userCenter/roleManage/EditModal.jsx
View file @
facc758f
...
...
@@ -10,7 +10,7 @@ const AddModal = props => {
const
[
formLayout
,
setFormLayout
]
=
useState
(
'horizontal'
);
const
[
groupList
,
setGroupList
]
=
useState
([]);
const
[
loading
,
setLoading
]
=
useState
(
false
);
const
{
confirmModal
=
()
=>
{},
itemObj
,
editVisible
,
onCancel
}
=
props
;
const
{
confirmModal
=
()
=>
{
},
itemObj
,
editVisible
,
onCancel
}
=
props
;
const
[
value
,
setValue
]
=
useState
(
''
);
console
.
log
(
itemObj
,
'itemObj'
);
...
...
@@ -113,7 +113,7 @@ const AddModal = props => {
const
onChangeRadio
=
e
=>
{
setValue
(
e
);
};
const
onFinish
=
value
=>
{};
const
onFinish
=
value
=>
{
};
return
(
<
SiteModal
{
...
props
}
...
...
@@ -154,7 +154,6 @@ const AddModal = props => {
}
name=
"BuiltInRole"
>
{
console
.
log
(
value
,
'nalie'
)
}
<
Switch
checkedChildren=
"是"
unCheckedChildren=
"否"
...
...
src/pages/userCenter/roleManage/RoleManage.jsx
View file @
facc758f
This diff is collapsed.
Click to expand it.
src/pages/userCenter/roleManage/SelectUser/SelectUser.jsx
View file @
facc758f
...
...
@@ -237,7 +237,6 @@ const SelectUser = props => {
),
},
];
console
.
log
(
allList
,
'allList'
);
return
(
<>
<
Modal
...
...
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