From c0cab95ef221416bc5ab2fa96f36985cdb7bcc90 Mon Sep 17 00:00:00 2001 From: zcxlsm Date: Thu, 10 Jul 2025 23:05:01 +0800 Subject: [PATCH] =?UTF-8?q?refactor(sis):=20=E4=BF=AE=E6=94=B9=E4=BA=BA?= =?UTF-8?q?=E5=83=8F=E5=9B=BE=E7=89=87=E5=AD=97=E6=AE=B5=E5=90=8D=20-=20?= =?UTF-8?q?=E5=B0=86=E5=AD=97=E6=AE=B5=E5=90=8D=E4=BB=8E=20'imgUrl'=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA=20'imgOssId'=EF=BC=8C=E4=BB=A5?= =?UTF-8?q?=E9=80=82=E5=BA=94=E5=90=8E=E7=AB=AF=E6=8E=A5=E5=8F=A3=E5=8F=98?= =?UTF-8?q?=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/sis/personLibImg/data.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web-antd/src/views/sis/personLibImg/data.tsx b/apps/web-antd/src/views/sis/personLibImg/data.tsx index d697f1d1..e308af09 100644 --- a/apps/web-antd/src/views/sis/personLibImg/data.tsx +++ b/apps/web-antd/src/views/sis/personLibImg/data.tsx @@ -157,7 +157,7 @@ export const modalSchema: FormSchemaGetter = () => [ }, { label: '人像图片', - fieldName: 'imgUrl', + fieldName: 'imgOssId', component: 'ImageUpload', componentProps: { // accept: 'image/*', // 可选拓展名或者mime类型 ,拼接