Browse Source

fix: 数据连接名称可为空,在其他地方做验证

qufenxi
alan 5 years ago
parent
commit
5fe5945368
  1. 1
      src/modules/pages/maintain/forms/components/form.jdbc.ts

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

@ -76,6 +76,7 @@ export class FormJdbc extends BI.Widget {
type: TextEditor,
width: 300,
value: connectionName,
allowBlank: true,
ref: (_ref: any) => {
this.form.connectionName = _ref;
},

Loading…
Cancel
Save