‘基础资料对接口’
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user