去除日志,表格宽度

This commit is contained in:
sjl
2025-10-15 08:49:11 +08:00
parent b0ca84c8fd
commit 35f21b7140
38 changed files with 135 additions and 148 deletions

View File

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