207版本:canvas电流流向功能,海外自定义电价功能
This commit is contained in:
@ -462,6 +462,9 @@ const install = (Vue, vm) => {
|
||||
// 查询区域
|
||||
GetIndustrialElecRegionList: (params = {}) => vm.$u.post(config.adminPath +
|
||||
"/business/industrialElecRegion/list", params),
|
||||
/** 查询自定义电价*/
|
||||
GetCustomElecPricePage: (params = {}) => vm.$u.post(config.adminPath +
|
||||
"/business/elecPriceCurve/all", params),
|
||||
/** 查询所有代理电价-分页*/
|
||||
GetIndustrialElecPricePage: (params = {}) => vm.$u.post(config.adminPath +
|
||||
"/business/industrialElecPrice/page", params),
|
||||
|
||||
Reference in New Issue
Block a user