设备类型维护页面,表单开发中添加设备类型下拉框
This commit is contained in:
@@ -29,3 +29,8 @@ export const getUserSelectDeptList = (type) => {
|
||||
export const getUserSelectRoleList = () => {
|
||||
return request.get({ url: `/lideeyunji/adapter/role/list` })
|
||||
}
|
||||
|
||||
//获取设备类型选择器列表
|
||||
export const getSblxSelectList = () => {
|
||||
return request.get({ url: `/system/sblx/simple-list` })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user