去除日志,表格宽度
This commit is contained in:
@@ -112,7 +112,7 @@ const uploadExcel = async (param: UploadRequestOptions) => {
|
||||
}
|
||||
|
||||
async function handleImportResponse(res: any) {
|
||||
console.log(res)
|
||||
|
||||
|
||||
if (res.type === 'application/json') {
|
||||
const fileReader = new FileReader()
|
||||
@@ -129,7 +129,7 @@ async function handleImportResponse(res: any) {
|
||||
}
|
||||
emit('result', jsonData.data)
|
||||
} catch (err) {
|
||||
console.log(err)
|
||||
//console.log(err)
|
||||
}
|
||||
}
|
||||
fileReader.readAsText(res)
|
||||
|
||||
Reference in New Issue
Block a user