提取核心信息并应用到我的工作中的三个tab中

This commit is contained in:
2024-06-19 10:19:38 +08:00
parent b5b79e4f81
commit f73a3572b2
10 changed files with 116 additions and 108 deletions

View File

@@ -97,7 +97,6 @@ const submit = async () => {
let data = new FormData()
data.append('file', form.file)
await importSensitiveUserData(data).then((res: any) => {
debugger
if(res.type === 'application/json'){
// 说明是普通对象数据,读取信息
const fileReader = new FileReader()