Merge pull request 'fix : 修复项目实施附件上传功能' (#977) from dj into master

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/977
This commit is contained in:
2025-04-09 01:42:17 +00:00

View File

@@ -273,7 +273,7 @@ const getFile = (val) => {
console.log('上传文件', val)
let fileObj = compositeParam(val)
fileList.value.push(fileObj)
handleSubmit(fileList.value)
handleSubmit([fileObj])
}
const handleSubmit = async (list) => {