Commit 9431d62d authored by XieZhiXiong's avatar XieZhiXiong

chore: 附件改成非必填

parent 14584735
...@@ -117,12 +117,6 @@ export const editModalSchema: ISchema = { ...@@ -117,12 +117,6 @@ export const editModalSchema: ISchema = {
beforeUpload: '{{beforeUpload}}', beforeUpload: '{{beforeUpload}}',
accept: '.xls, .xlsx, .doc, .docx, .wps, .pdf, .jpg, .png, .jpeg', accept: '.xls, .xlsx, .doc, .docx, .wps, .pdf, .jpg, .png, .jpeg',
}, },
'x-rules': [
{
required: true,
message: intl.formatMessage({id: 'payandSettle.creditApplication.components.quotaApplicationInfo.schema.fileList.message'}),
},
],
}, },
}, },
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment