Browse Source

Pull request #6441: REPORT-85200 fix:修复「初始化连接数」错误提示显示问题

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

* commit 'bd0a0f0e17e609afa433d52bc596e0d8e7710cda':
  REPORT-85200 fix:修复「初始化连接数」错误提示显示问题
release/11.0
Aries.Lsy-黎思妤 2 years ago
parent
commit
de1fac7644
  1. 3
      src/modules/pages/maintain/forms/components/form.jdbc.ts

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

@ -1001,7 +1001,8 @@ export class FormJdbc extends BI.Widget {
{
el: {
type: BI.VerticalLayout.xtype,
bgap: vgap,
vgap: vgap,
top: -15,
invisible: true,
ref: (_ref: VerticalLayout) => {
this.advancedSet = _ref;

Loading…
Cancel
Save