Browse Source

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

release/11.0
Aries.lsy 2 years ago
parent
commit
bd0a0f0e17
  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