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:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user