Browse Source

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

* commit 'ef39b281c1121b570252119fa8375ffb8a49e60e':
  REPORT-79641 fix:KerberosParams编辑前需要被初始化
bugfix/11.0
superman 2 years ago
parent
commit
be112d231e
  1. 1
      src/modules/pages/maintain/forms/components/form.jdbc.ts

1
src/modules/pages/maintain/forms/components/form.jdbc.ts

@ -1227,6 +1227,7 @@ export class FormJdbc extends BI.Widget {
public mounted() {
const sshType = this.form.sshType.getValue()[0];
this.onSshTypeChange(sshType);
this.setKerberos();
}
public setError(value: string) {

Loading…
Cancel
Save