Commit e49e6aeb authored by Maofei94's avatar Maofei94

fix: 角色选择回显

parent 6e44af0b
Pipeline #22417 passed with stages
in 19 minutes 6 seconds
......@@ -14,6 +14,7 @@ const CheckList = props => {
arr2.push(item.relatedRoleCode);
}
});
valueCallback(arr);
setList(arr);
}
}, [info]);
......
......@@ -14,6 +14,7 @@ const CheckList = props => {
arr2.push(item.relatedRoleCode);
}
});
valueCallback(arr);
setList(arr);
setFlag(true);
}
......
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