Browse Source

Merge pull request #6882 in DEC/decision-webui-dcm from bugfix/11.0 to feature/x

* commit '4abbc1d2b393c7278dcb1b0490c3ae51143a5653':
  REPORT-89173 fix: 适配下接口
feature/x
superman 2 years ago
parent
commit
a29d04c3c9
  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
private async getDatabaseTypeLimit() {
const result = await api.getJNDIDatabaseStatus();
this.store.setJNDILimit(result);
this.store.setJNDILimit(result.data);
}
}

Loading…
Cancel
Save