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

This commit is contained in:
taojinlong 2021-10-11 12:19:19 +08:00
parent b09c52c5f2
commit 2e57eb8768

View File

@ -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,