fix : 修复需求征集新增功能
This commit is contained in:
@@ -80,7 +80,7 @@ const handleUploadSuccess = (res, file) => {
|
||||
showTable.value = true
|
||||
let data = res.data
|
||||
fileList.value.push(data)
|
||||
emit("getFile", fileList.value)
|
||||
emit("getFile", res.data)
|
||||
}
|
||||
const uploadError=(err)=>{
|
||||
loading.value = false
|
||||
|
||||
Reference in New Issue
Block a user