Commit e7bc916f authored by 涂伟's avatar 涂伟

fix: '1.流程时限保存逻辑优化2.流程节点初始化发送短信默认值修改'

parent c8ed9174
...@@ -420,7 +420,7 @@ const FlowChart = props => { ...@@ -420,7 +420,7 @@ const FlowChart = props => {
FeedbackName: '', FeedbackName: '',
Transferable: 0, Transferable: 0,
EventsInformation: 0, EventsInformation: 0,
IsSendMessage: 1, IsSendMessage: 0,
IsSave: 0, IsSave: 0,
AutoClose: '否', AutoClose: '否',
HalfwayClose: 0, HalfwayClose: 0,
......
...@@ -97,7 +97,7 @@ const AddModal = props => { ...@@ -97,7 +97,7 @@ const AddModal = props => {
if (modalType === 'add') { if (modalType === 'add') {
obj = { ...validate, ID: 0 }; obj = { ...validate, ID: 0 };
} else { } else {
obj = { ...validate, key: msg.key }; obj = { ...validate, key: msg.key, ID: msg.key };
} }
console.log(obj, modalType, msg, '数据啦66666666666666666666'); console.log(obj, modalType, msg, '数据啦66666666666666666666');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment