|
|
@ -525,7 +525,7 @@ |
|
|
|
}); |
|
|
|
const formData = new FormData(); //FormData对象,添加参数只能通过append('key', value)的形式添加 |
|
|
|
formData.append("file", file.file); //添加文件对象 |
|
|
|
formData.append("fileMode",'SUBSISTENCE_ALLOWANCE'); |
|
|
|
formData.append("fileMode",'PUBLICWELFAREPOST'); |
|
|
|
await this.$http |
|
|
|
.post("/actual/base/importExcelData/extractExcelHead", formData) |
|
|
|
.then((res) => { |
|
|
|