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

修改

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