提取核心信息并应用到我的工作中的三个tab中
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user