Commit 9c3f424f authored by 彭俊龙's avatar 彭俊龙

测试提交

parent 497a80e3
Pipeline #96677 failed with stages
...@@ -835,7 +835,7 @@ const CaseModify = props => { ...@@ -835,7 +835,7 @@ const CaseModify = props => {
}); });
setNodeNames(nodeNames); setNodeNames(nodeNames);
if (configInfo.triggerType == '定时触发') { if (configInfo.triggerType == '定时触发') {
const d = flowData.current.find(v=> v.SubFlowId == flowId).FlowName; const d = flowData.current.find(v=> v.SubFlowId == flowId);
if(d){ if(d){
const { FlowName, EventName } = d const { FlowName, EventName } = d
getBizMetaData({ getBizMetaData({
......
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