fix : 修复需求征集新增功能

This commit is contained in:
2024-05-15 09:48:38 +08:00
parent 5ae971e0ac
commit 08579c8aad
2 changed files with 30 additions and 42 deletions

View File

@@ -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