设备监控二级页面
This commit is contained in:
@@ -38,8 +38,11 @@ export function getRealTimeTableList() {
|
||||
//离线数据导入
|
||||
export function uploadOffLineDataFile(data: any) {
|
||||
return createAxios({
|
||||
headers: {
|
||||
'Content-Type': 'multipart/form-data',
|
||||
},
|
||||
url: '/cs-device-boot/portableOfflLog/importEquipment',
|
||||
method: 'POST',
|
||||
data
|
||||
data,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user