Browse Source

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

* commit 'be112d231e6474d78c399c035e71df5f0a1c4ca2':
  REPORT-79641 fix:KerberosParams编辑前需要被初始化
feature/x
superman 2 years ago
parent
commit
22423d0e3e
  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