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
ea6ddc62
Commit
ea6ddc62
authored
Jul 09, 2021
by
皮倩雯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改新接口问题
parent
c8627e28
Pipeline
#31329
passed with stages
in 48 minutes 31 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
9 deletions
+17
-9
TemplateManage.less
...rmCenter/messageManage/templateManage/TemplateManage.less
+4
-0
AddModal.jsx
...nter/messageManage/templateManage/components/AddModal.jsx
+1
-0
AddSubOrgModal.jsx
src/pages/userCenter/userManage/AddSubOrgModal.jsx
+1
-1
RelateRoleModal.jsx
src/pages/userCenter/userManage/RelateRoleModal.jsx
+1
-0
UserManage.js
src/pages/userCenter/userManage/UserManage.js
+10
-8
No files found.
src/pages/platformCenter/messageManage/templateManage/TemplateManage.less
View file @
ea6ddc62
.template_container{
width: 100%;
height: calc(100vh - 124px);
.ant-select-arrow .anticon {
vertical-align: middle;
}
.operate_bar{
width: 100%;
height: 60px;
...
...
@@ -60,6 +63,7 @@
}
.ant-table-body{
max-height: 610px !important;
min-height:610px;
}
}
src/pages/platformCenter/messageManage/templateManage/components/AddModal.jsx
View file @
ea6ddc62
...
...
@@ -14,6 +14,7 @@ const AddModal = props => {
const
onSubmit
=
()
=>
{
form
.
submit
()
form
.
resetFields
()
}
const
onSubmitSuccess
=
()
=>
{
const
result
=
form
.
getFieldValue
()
...
...
src/pages/userCenter/userManage/AddSubOrgModal.jsx
View file @
ea6ddc62
...
...
@@ -31,7 +31,7 @@ const AddUserModal = props => {
}
else
{
notification
.
error
({
message
:
'提交失败'
,
description
:
res
.
m
essage
,
description
:
res
.
m
sg
,
});
}
})
...
...
src/pages/userCenter/userManage/RelateRoleModal.jsx
View file @
ea6ddc62
...
...
@@ -91,6 +91,7 @@ const RelateRoleModal = props => {
duration
:
2
,
});
}
else
{
console
.
log
(
1
),
notification
.
error
({
message
:
'提交失败'
,
description
:
res
.
msg
,
...
...
src/pages/userCenter/userManage/UserManage.js
View file @
ea6ddc62
...
...
@@ -559,10 +559,10 @@ const UserManage = () => {
setTableData
(
table
);
}
else
{
setTableLoading
(
false
);
notification
.
error
({
message
:
'获取失败'
,
description
:
res
.
msg
,
});
//
notification.error({
//
message: '获取失败',
//
description: res.msg,
//
});
}
})
.
catch
(
err
=>
{
...
...
@@ -837,6 +837,7 @@ const onTypeChange = (value) => {
// setTableLoading(false);
// message.error(err);
// });
console
.
log
(
currentUser
.
userID
)
GetUserRelationListNew
({
userID
:
currentUser
.
userID
})
.
then
(
res
=>
{
setLoading
(
false
);
...
...
@@ -887,10 +888,11 @@ const onTypeChange = (value) => {
setRolelist
(
roleList
);
setStationlist
(
stationList
);
}
else
{
notification
.
error
({
message
:
'提交失败'
,
description
:
res
.
message
,
});
console
.
log
(
err
)
// notification.error({
// message: '提交失败',
// description: res.message,
// });
}
})
.
catch
(
err
=>
{
...
...
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