This commit is contained in:
sjl
2026-02-06 10:10:24 +08:00
parent 59489aaafa
commit 15e3d4aec8
12 changed files with 555 additions and 29 deletions

View File

@@ -31,4 +31,13 @@ export function getDevTypeList() {
method: 'post',
})
}
export const getDeviceTypeList = (params: any) => {
return createAxios({
url: '/device-boot/devType/pageDevTypeList',
method: 'POST',
data: params
})
}