@ -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);
}