This commit is contained in:
xiaozhiyong
2026-05-27 11:25:13 +08:00
parent 41592fd761
commit 808f2a8e18
8 changed files with 196 additions and 72 deletions

View File

@@ -0,0 +1,9 @@
import service from '@/utils/request'
export const getDeviceDetailsListByPage = (data) => {
return service({
url: '/device/getDeviceDetailsListByPage',
method: 'post',
data: data
})
}