save files

This commit is contained in:
hc1913847458 2021-08-30 16:06:02 +08:00 committed by caishi
parent 53fa18907d
commit da657e559b
1 changed files with 0 additions and 7 deletions

View File

@ -34,13 +34,6 @@ export default Form.create()(
const { getFieldDecorator, validateFields, setFieldsValue } = form;
const { OIdentifier, groupId } = match.params;
useEffect(()=>{
setFieldsValue({
authorize:"read",
includes_all_project:0
})
},[])
useEffect(() => {
if (GroupDetail) {
setOnwers(GroupDetail.authorize === "owner");