Merge pull request 'master' (#978) from master into prod
Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/978
This commit is contained in:
@@ -273,7 +273,7 @@ const getFile = (val) => {
|
|||||||
console.log('上传文件', val)
|
console.log('上传文件', val)
|
||||||
let fileObj = compositeParam(val)
|
let fileObj = compositeParam(val)
|
||||||
fileList.value.push(fileObj)
|
fileList.value.push(fileObj)
|
||||||
handleSubmit(fileList.value)
|
handleSubmit([fileObj])
|
||||||
}
|
}
|
||||||
|
|
||||||
const handleSubmit = async (list) => {
|
const handleSubmit = async (list) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user