rev:库存导出

This commit is contained in:
zhangzq
2024-12-12 14:35:36 +08:00
parent ab3b19838d
commit 2357e01c50
4 changed files with 4 additions and 3 deletions

View File

@@ -105,7 +105,7 @@ export function exportFile(data) {
return request({
url: '/api/structattr/exportFile',
method: 'post',
renponseType: 'blob',
responseType: 'blob',
data
})
}