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
aaaa4a1e
Commit
aaaa4a1e
authored
2 years ago
by
邓超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改消息平台查看时间bug
parent
8b651045
master
dev-database
dev-达梦
styleEditBranch
No related merge requests found
Pipeline
#55020
passed with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
NodeEdit.jsx
...rkOrder/workFlow/flowNode/flowNodeComponents/NodeEdit.jsx
+1
-1
VisibleIISAgentConfig.jsx
...anage/components/IISAgentConfig/VisibleIISAgentConfig.jsx
+6
-4
No files found.
src/pages/bsmanager/workOrder/workFlow/flowNode/flowNodeComponents/NodeEdit.jsx
View file @
aaaa4a1e
...
...
@@ -391,7 +391,7 @@ const NodeEdit = props => {
<
Radio
value=
"1"
>
是
</
Radio
>
</
Radio
.
Group
>
</
Form
.
Item
>
<
Form
.
Item
label=
"
是否接收短信
"
name=
"IsSendMessage"
>
<
Form
.
Item
label=
"
消息接收
"
name=
"IsSendMessage"
>
<
Radio
.
Group
>
<
Radio
value=
{
0
}
>
否
</
Radio
>
<
Radio
value=
{
1
}
>
是
</
Radio
>
...
...
This diff is collapsed.
Click to expand it.
src/pages/platformCenter/messageManage/projectManage/components/IISAgentConfig/VisibleIISAgentConfig.jsx
View file @
aaaa4a1e
...
...
@@ -309,12 +309,14 @@ const VisibleIISAgentConfig = props => {
setTime_out
(
e
);
};
const
changeStartTime
=
e
=>
{
setExeTime
(
moment
(
e
).
format
(
'YYYY-MM-DD HH:mm:ss'
));
const
time
=
moment
(
e
).
format
(
'YYYY-MM-DD HH:mm:ss'
);
setExeTime
(
time
);
let
obj
=
form
.
getFieldValue
();
if
(
obj
.
loop_mode
===
'ByOnce'
)
setLoop_unit
(
'Second'
);
form
.
setFieldsValue
({
end_time
:
moment
(
e
).
format
(
'YYYY-MM-DD HH:mm:ss'
),
});
console
.
log
(
time
,
'time'
);
// form.setFieldsValue({
// end_time: time,
// });
};
const
changeDay
=
data
=>
{
console
.
log
(
'data'
,
data
);
...
...
This diff is collapsed.
Click to expand it.
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