优化页面UI,修改测试bug
This commit is contained in:
@@ -49,6 +49,7 @@ export enum carbonInventoryCheck {
|
||||
createOrUpdate = '/carbon-smart/api/carbon/report/createOrUpdate',
|
||||
findById = '/carbon-smart/api/carbon/report/findById',
|
||||
delete = '/carbon-smart/api/carbon/report/delete',
|
||||
downloadZip = '/carbon-smart/api/carbon/report/downloadZip',
|
||||
// 填报页面接口
|
||||
// 最左侧碳盘查报告树
|
||||
getCategoryTree = '/carbon-smart/api/carbon/inventory/contact/getCategoryTree',
|
||||
@@ -77,6 +78,8 @@ export enum carbonAssets {
|
||||
createOrUpdate = '/carbon-smart/api/carbon/trade/details/createOrUpdate',
|
||||
delete = '/carbon-smart/api/carbon/trade/details/delete',
|
||||
quotaStatistics = '/carbon-smart/api/carbon/trade/details/quotaStatistics',
|
||||
import = '/carbon-smart/api/carbon/trade/details/import',
|
||||
export = '/carbon-smart/api/carbon/trade/details/export',
|
||||
}
|
||||
// 上传图片接口
|
||||
export enum uploadPic {
|
||||
|
Reference in New Issue
Block a user