Commit 4afb95ea authored by 皮倩雯's avatar 皮倩雯

修改

parent 2a56353a
Pipeline #41260 skipped with stages
...@@ -77,21 +77,14 @@ const ChangeAddFlows = props => { ...@@ -77,21 +77,14 @@ const ChangeAddFlows = props => {
saveCheckValue.map((item, index) => { saveCheckValue.map((item, index) => {
data = data.concat(item); data = data.concat(item);
}); });
isType === 'rule' callBackSubmit({
? callBackSubmit( saveCheckValue,
`${ str: data.join(','),
value === '无' || value === '' ? '' : `${value},` pickItem,
}${checkValue.join(',')}`, stt: data,
) title,
: callBackSubmit({ filed22: filed1,
saveCheckValue, });
str: data.join(','),
pickItem,
stt: data,
title,
filed22: filed1,
isType,
});
setIsCheck(0); setIsCheck(0);
setIsCheck1(0); setIsCheck1(0);
setIsCheck2(0); setIsCheck2(0);
......
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