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
e7bc916f
Commit
e7bc916f
authored
4 months ago
by
涂伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '1.流程时限保存逻辑优化2.流程节点初始化发送短信默认值修改'
parent
c8ed9174
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
FlowChartRt.jsx
...workOrder/workflowEdit/workFlowComponents/FlowChartRt.jsx
+1
-1
AddLimit.jsx
...ents/flowChartComponents/nodeModalComponents/AddLimit.jsx
+1
-1
No files found.
src/pages/bsmanager/workOrder/workflowEdit/workFlowComponents/FlowChartRt.jsx
View file @
e7bc916f
...
...
@@ -420,7 +420,7 @@ const FlowChart = props => {
FeedbackName
:
''
,
Transferable
:
0
,
EventsInformation
:
0
,
IsSendMessage
:
1
,
IsSendMessage
:
0
,
IsSave
:
0
,
AutoClose
:
'否'
,
HalfwayClose
:
0
,
...
...
This diff is collapsed.
Click to expand it.
src/pages/bsmanager/workOrder/workflowEdit/workFlowComponents/flowChartComponents/nodeModalComponents/AddLimit.jsx
View file @
e7bc916f
...
...
@@ -97,7 +97,7 @@ const AddModal = props => {
if
(
modalType
===
'add'
)
{
obj
=
{
...
validate
,
ID
:
0
};
}
else
{
obj
=
{
...
validate
,
key
:
msg
.
key
};
obj
=
{
...
validate
,
key
:
msg
.
key
,
ID
:
msg
.
key
};
}
console
.
log
(
obj
,
modalType
,
msg
,
'数据啦66666666666666666666'
);
...
...
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