fix: 【数据源】JDBC额外字段无法修改
This commit is contained in:
parent
b09c52c5f2
commit
2e57eb8768
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user