Browse Source

Merge pull request #6881 in DEC/decision-webui-dcm from release/11.0 to bugfix/11.0

* commit '21bbea47b69c7bc1f998e2963593d4b7d3b0cdda':
  REPORT-89173 fix: 适配下接口
bugfix/11.0
superman 2 years ago
parent
commit
4abbc1d2b3
  1. 2
      src/modules/pages/database/database.ts

2
src/modules/pages/database/database.ts

@ -266,6 +266,6 @@ export class Datebase extends BI.Widget {
// 获取JNDI // 获取JNDI
private async getDatabaseTypeLimit() { private async getDatabaseTypeLimit() {
const result = await api.getJNDIDatabaseStatus(); const result = await api.getJNDIDatabaseStatus();
this.store.setJNDILimit(result); this.store.setJNDILimit(result.data);
} }
} }

Loading…
Cancel
Save