fix : 移除输出log
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user