|
|
@@ -486,7 +486,7 @@ const Save = (props: Props) => {
|
|
|
onOk={save}
|
|
|
width="35vw"
|
|
|
permissionCode={'system/User'}
|
|
|
- permission={['update']}
|
|
|
+ permission={['update', 'add']}
|
|
|
>
|
|
|
<Form form={form} layout="vertical">
|
|
|
<SchemaField schema={schema} scope={{ useAsyncDataSource, getRole, getOrg }} />
|