上传离线数据表格渲染
This commit is contained in:
@@ -34,3 +34,12 @@ export function getRealTimeTableList() {
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
//离线数据导入
|
||||
export function uploadOffLineDataFile(data: any) {
|
||||
return createAxios({
|
||||
url: '/cs-device-boot/portableOfflLog/importEquipment',
|
||||
method: 'POST',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user