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

修改

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