上传离线数据表格渲染

This commit is contained in:
zhujiyan
2024-07-22 13:16:14 +08:00
parent bccf61c6d1
commit 76cd3461b3
3 changed files with 61 additions and 14 deletions

View File

@@ -34,3 +34,12 @@ export function getRealTimeTableList() {
})
}
//离线数据导入
export function uploadOffLineDataFile(data: any) {
return createAxios({
url: '/cs-device-boot/portableOfflLog/importEquipment',
method: 'POST',
data
})
}