|
@@ -6,7 +6,12 @@ export const getClassList = (form, msg = true) => httpApi({
|
|
|
method: 'get',
|
|
|
params: form
|
|
|
}, msg);
|
|
|
-
|
|
|
+//初始化设备分类接口 api/blade-business/device/class-init
|
|
|
+export const deviceClassListInit = (form, msg = true) => httpApi({
|
|
|
+ url: '/api/blade-business/device/class-init',
|
|
|
+ method: 'post',
|
|
|
+ params: form
|
|
|
+}, msg);
|
|
|
//项目树全加载
|
|
|
export const getProjectTree = (form, msg = true) => httpApi({
|
|
|
url: '/api/blade-manager/projectInfo/tree',
|