refactor(sis): 修改人像图片字段名
- 将字段名从 'imgUrl' 修改为 'imgOssId',以适应后端接口变更
This commit is contained in:
parent
ed2e88b99e
commit
c0cab95ef2
@ -157,7 +157,7 @@ export const modalSchema: FormSchemaGetter = () => [
|
||||
},
|
||||
{
|
||||
label: '人像图片',
|
||||
fieldName: 'imgUrl',
|
||||
fieldName: 'imgOssId',
|
||||
component: 'ImageUpload',
|
||||
componentProps: {
|
||||
// accept: 'image/*', // 可选拓展名或者mime类型 ,拼接
|
||||
|
Loading…
Reference in New Issue
Block a user