fks-xuxinyue
5 months ago
4 changed files with 10 additions and 10 deletions
@ -1,12 +1,12 @@ |
|||||
export enum carbonEmissionFactorLibrary { |
export enum carbonEmissionFactorLibrary { |
||||
getTableList = '/carbon/emission/factor/queryCarbonFactorPage', |
getTableList = '/carbon-smart/api/carbon/emission/factor/queryCarbonFactorPage', |
||||
addNewData = '/carbon/emission/factor/creatOrUpdate', |
addNewData = '/carbon-smart/api/carbon/emission/factor/creatOrUpdate', |
||||
editUser = '/carbon-smart/api/user/edit', |
editUser = '/carbon-smart/api/user/edit', |
||||
frozen = '/carbon-smart/api/user/frozen', |
frozen = '/carbon-smart/api/user/frozen', |
||||
resetPwd = '/carbon-smart/api/user/resetPwd', |
resetPwd = '/carbon-smart/api/user/resetPwd', |
||||
del = '/carbon-smart/api/user/del', |
del = '/carbon-smart/api/user/del', |
||||
batchDel = '/carbon-smart/api/user/batchDel', |
batchDel = '/carbon-smart/api/user/batchDel', |
||||
getCarbonFactorTree = '/carbon/emission/type/getCarbonFactorTree', |
getCarbonFactorTree = '/carbon-smart/api/carbon/emission/type/getCarbonFactorTree', |
||||
queryDeptTree = '/carbon-smart/api/user/queryDeptTree', |
queryDeptTree = '/carbon-smart/api/user/queryDeptTree', |
||||
queryUserPerList = '/carbon-smart/api/user/queryUserPerList', |
queryUserPerList = '/carbon-smart/api/user/queryUserPerList', |
||||
} |
} |
||||
|
After Width: | Height: | Size: 1.4 KiB |
Loading…
Reference in new issue