修改测试问题
This commit is contained in:
@@ -8,6 +8,8 @@ export enum carbonEmissionFactorLibrary {
|
||||
getCarbonFactorTree = '/carbon-smart/api/carbon/emission/type/getCarbonFactorTree',
|
||||
creat = '/carbon-smart/api/carbon/emission/type/creatOrUpdate',
|
||||
delTreeNode = '/carbon-smart/api/carbon/emission/type/del',
|
||||
move = '/carbon-smart/api/carbon/emission/type/move',
|
||||
excel = '/carbon-smart/api/carbon/emission/factor/excel',
|
||||
// 单位管理
|
||||
dictionaryUnitManagement = '/carbon-smart/client/dict/dictionaryUnitManagement',
|
||||
findOutermost = '/carbon-smart/client/dict/findOutermost',
|
||||
@@ -15,7 +17,7 @@ export enum carbonEmissionFactorLibrary {
|
||||
updateDictionary = '/carbon-smart/client/dict/updateDictionary',
|
||||
delDictionary = '/carbon-smart/client/dict/delDictionary',
|
||||
}
|
||||
// 碳排管理-碳排统计接口
|
||||
// 碳排管理-能耗统计接口
|
||||
export enum energyConsumption {
|
||||
getDicList = '/carbon-smart/client/dict/list',
|
||||
pageList = '/carbon-smart/api/carbon/stats/pageList',
|
||||
@@ -23,6 +25,7 @@ export enum energyConsumption {
|
||||
creat = '/carbon-smart/api/carbon/stats/creat',
|
||||
update = '/carbon-smart/api/carbon/stats/update',
|
||||
del = '/carbon-smart/api/carbon/stats/del',
|
||||
voucherDownloadList = '/carbon-smart/api/carbon/stats/voucherDownloadList',
|
||||
}
|
||||
// 碳排管理-碳排速算接口
|
||||
export enum quickCalculation {
|
||||
@@ -55,6 +58,7 @@ export enum carbonInventoryCheck {
|
||||
findUnitById = '/carbon-smart/api/carbon/inventory/findById',
|
||||
getDetailsList = '/carbon-smart/api/carbon/inventory/details/getDetailsList',
|
||||
updateTable = '/carbon-smart/api/carbon/inventory/details/update',
|
||||
voucherDownloadList = '/carbon-smart/api/carbon/inventory/details/voucherDownloadList',
|
||||
// 排放统计接口
|
||||
emissionStatistic = '/carbon-smart/api/carbon/inventory/emissionStatistic',
|
||||
// 碳排流向
|
||||
@@ -75,6 +79,7 @@ export enum uploadPic {
|
||||
uploadfiles = '/carbon-smart/api/common/file/uploadfiles',
|
||||
select = '/carbon-smart/api/common/file/select',
|
||||
uploadfile = '/carbon-smart/api/common/file/uploadfile',
|
||||
download = '/carbon-smart/api/common/file/download',
|
||||
}
|
||||
// 碳规划
|
||||
export enum carbonPlanning {
|
||||
@@ -90,4 +95,6 @@ export enum carbonPlanning {
|
||||
detailedStatisticalDataChart = '/carbon-smart/api/carbon/planning/detailedStatisticalDataChart',
|
||||
batchOrUpdate = '/carbon-smart/api/carbon/planning/batchOrUpdate',
|
||||
addNodes = '/carbon-smart/api/carbon/planning/addNodes',
|
||||
benchmarkSetting = '/carbon-smart/api/carbon/planning/benchmarkSetting',
|
||||
benchmarkSubmit = '/carbon-smart/api/carbon/planning/benchmarkSubmit',
|
||||
}
|
||||
|
Reference in New Issue
Block a user