提交 2e57eb87 authored 作者: taojinlong's avatar taojinlong

fix: 【数据源】JDBC额外字段无法修改

上级 b09c52c5
......@@ -131,6 +131,7 @@ export default {
form: {
configuration: {
initialPoolSize: 5,
extraParams: '',
minPoolSize: 5,
maxPoolSize: 50,
maxIdleTime: 30,
......@@ -192,6 +193,7 @@ export default {
this.form.type = this.params.type
this.form.configuration = {
initialPoolSize: 5,
extraParams: '',
minPoolSize: 5,
maxPoolSize: 50,
maxIdleTime: 30,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论