‘基础资料对接口’

This commit is contained in:
Fanzink
2022-02-16 19:32:54 +08:00
parent d47343af69
commit fe1c64845e
7 changed files with 23 additions and 16 deletions

View File

@@ -64,8 +64,10 @@ export function equipmentInfoFileAdd(data) { // 设备信息上传
export function getEquipmentInfoFile(data) { // 设备信息下载
return request({
url: '/api/wms/equipment-file/get-by-param',
method: 'post',
// url: '/api/wms/equipment-file/get-by-param',
url: '/api/common/attachment/downloadFile',
// method: 'post',
method: 'get',
data
})
}