fix : 移除输出log

This commit is contained in:
2024-06-21 13:02:55 +08:00
parent ddc305297f
commit 9b758d41d0
30 changed files with 45 additions and 70 deletions

View File

@@ -155,7 +155,7 @@ const compositeParam = (item) => {
}
}
const getFile = (val) => {
console.log('上传文件', val)
// console.log('上传文件', val)
showTable.value = false
let fileObj = compositeParam(val)
formData.value.files.push(fileObj)