fix : 修复项目实施附件上传功能

This commit is contained in:
dj
2025-04-09 09:37:53 +08:00
parent d0c677cfb4
commit d3b12bd64c

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) => {