fix:【ele】文件上传的 bug

This commit is contained in:
YunaiV
2025-10-25 10:56:33 +08:00
parent c27b33bae8
commit ec48c8859b
2 changed files with 17 additions and 22 deletions

View File

@@ -147,7 +147,6 @@ export function useFormSchema(): VbenFormSchema[] {
componentProps: {
placeholder: '请输入权限',
},
rules: 'required',
},
{
fieldName: 'resourceIds',
@@ -156,7 +155,6 @@ export function useFormSchema(): VbenFormSchema[] {
componentProps: {
placeholder: '请输入资源',
},
rules: 'required',
},
{
fieldName: 'additionalInformation',