Browse Source

Pull request #6012: REPORT-79641 fix:KerberosParams编辑前需要被初始化

Merge in DEC/decision-webui-dcm from ~ARIES.LSY/decision-webui-dcm:release/11.0 to release/11.0

* commit '2e7097acc3b07e5ced6551f29062f02ca23066bb':
  REPORT-79641 fix:KerberosParams编辑前需要被初始化
release/11.0
Aries.Lsy-黎思妤 2 years ago
parent
commit
c2f4a2f22b
  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