refactor(sis): 修改人像图片字段名

- 将字段名从 'imgUrl' 修改为 'imgOssId',以适应后端接口变更
This commit is contained in:
zcxlsm 2025-07-10 23:05:01 +08:00
parent ed2e88b99e
commit c0cab95ef2

View File

@ -157,7 +157,7 @@ export const modalSchema: FormSchemaGetter = () => [
}, },
{ {
label: '人像图片', label: '人像图片',
fieldName: 'imgUrl', fieldName: 'imgOssId',
component: 'ImageUpload', component: 'ImageUpload',
componentProps: { componentProps: {
// accept: 'image/*', // 可选拓展名或者mime类型 ,拼接 // accept: 'image/*', // 可选拓展名或者mime类型 ,拼接