admin/src/api/business/device.js
@@ -7,6 +7,11 @@ }) } // 同步 export function syncDevices (data) { return request.post('/business/erpsync/syncDevices', data) } // 修改 export function updateById (data) { return request.post('/business/device/updateById', data)