Showing
1 changed file
with
3 additions
and
2 deletions
... | ... | @@ -12,8 +12,9 @@ class ConfigurationNodeApi { |
12 | 12 | * @param {'CONFIGURE' | 'CONTENT' | 'NODE'} levelType - 组态资源类型 |
13 | 13 | * @param {string} levelId - 组态资源ID |
14 | 14 | */ |
15 | - static getConfigurationInfo(levelType, levelId) { | |
16 | - return defHttp.get(`/yt/configuration/node/${levelType}/${levelId}`) | |
15 | + static getConfigurationInfo( levelType, levelId) { | |
16 | + var configurationId = urlParams['configurationId'] | |
17 | + return defHttp.get(`/yt/configuration/node/${configurationId}/${levelType}/${levelId}`) | |
17 | 18 | } |
18 | 19 | |
19 | 20 | /** | ... | ... |