Merge branch 'temp' of http://123.60.103.97:3000/xuziqiang/SaaS-lib into temp
This commit is contained in:
@@ -42,4 +42,13 @@ export enum carbonInventoryCheck {
|
||||
createOrUpdate = '/carbon-smart/api/carbon/report/createOrUpdate',
|
||||
findById = '/carbon-smart/api/carbon/report/findById',
|
||||
delete = '/carbon-smart/api/carbon/report/delete',
|
||||
// 填报页面接口
|
||||
// 最左侧碳盘查报告树
|
||||
getCategoryTree = '/carbon-smart/api/carbon/inventory/contact/getCategoryTree',
|
||||
updateCategoryTree = '/carbon-smart/api/carbon/inventory/contact/update',
|
||||
// 排放源中左侧树
|
||||
getInventoryTree = '/carbon-smart/api/carbon/inventory/getInventoryTree',
|
||||
create = '/carbon-smart/api/carbon/inventory/create',
|
||||
update = '/carbon-smart/api/carbon/inventory/update',
|
||||
del = '/carbon-smart/api/carbon/inventory/del',
|
||||
}
|
@@ -28,4 +28,5 @@ export enum group {
|
||||
queryFormula = `${BASE_URL}/deviceGroup/queryFormula`, // 公式查询
|
||||
dropGroupFilter = `${BASE_URL}/deviceGroup/dropGroupFilter`, // 分组列表查询
|
||||
dropGroupInfoFilter = `${BASE_URL}/deviceGroup/dropGroupInfoFilter`, // 计算列表查询
|
||||
queryDeviceToEnergy = `${BASE_URL}/deviceGroup/queryDeviceToEnergy`, // 能耗监测用查询设备(能耗监测设备树)
|
||||
}
|
||||
|
@@ -1,13 +1,14 @@
|
||||
// 设备监测
|
||||
export enum deviceMonitor {
|
||||
// getTableList = '/carbon/emission/factor/queryCarbonFactorPage',
|
||||
// addNewData = '/carbon/emission/factor/creatOrUpdate',
|
||||
// editUser = '/carbon-smart/api/user/edit',
|
||||
// frozen = '/carbon-smart/api/user/frozen',
|
||||
// resetPwd = '/carbon-smart/api/user/resetPwd',
|
||||
// del = '/carbon-smart/api/user/del',
|
||||
// batchDel = '/carbon-smart/api/user/batchDel',
|
||||
// getCarbonFactorTree = '/carbon/emission/type/getCarbonFactorTree',
|
||||
// queryDeptTree = '/carbon-smart/api/user/queryDeptTree',
|
||||
// queryUserPerList = '/carbon-smart/api/user/queryUserPerList',
|
||||
getDeviceGraph = '/carbon-smart/api/monitor/getDeviceGraph',
|
||||
getDevicePointToMonitor = '/carbon-smart//api/monitor/getDevicePointToMonitor',
|
||||
}
|
||||
|
||||
// 能耗监测
|
||||
export enum energyMonitor {
|
||||
getDeviceOrNodeEnergyGraph = '/carbon-smart/api/monitor/getDeviceOrNodeEnergyGraph',
|
||||
getDeviceOrNodeEnergyAnalyse = '/carbon-smart/api/monitor/getDeviceOrNodeEnergyAnalyse',
|
||||
}
|
||||
|
||||
// 环境监测
|
||||
export enum environmentMonitor {}
|
||||
|
Reference in New Issue
Block a user