提交 198cf3d4 编写于 作者: B break60

Fix ORACLE service name value display

上级 fa9706f6
......@@ -429,14 +429,14 @@
this.showdDatabase = false;
}
if (value== 'ORACLE') {
if (value== 'ORACLE' && !this.item.id) {
this.showConnectType = true;
this.connectType = 'ORACLE_SERVICE_NAME'
} else if(value== 'ORACLE' && this.item.id) {
this.showConnectType = true;
} else {
this.showConnectType = false;
this.connectType = ''
}
//Set default port for each type datasource
this._setDefaultValues(value)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册