Commit 4ca4e7ed authored by 杨子龙's avatar 杨子龙

修复配置问题

parent 86a5597d
......@@ -318,8 +318,10 @@ const StatusOption = (props) => {
} else{
let array = []
value.forEach((v, i) => {
if(i.color){
delete i.color
if(v.color){
delete v.color;
array.push(v);
}
})
......
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