mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-04 05:09:48 +08:00
Fix ORACLE service name value display
This commit is contained in:
parent
fa9706f63a
commit
198cf3d45a
@ -429,14 +429,14 @@
|
|||||||
this.showdDatabase = false;
|
this.showdDatabase = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (value== 'ORACLE') {
|
if (value== 'ORACLE' && !this.item.id) {
|
||||||
this.showConnectType = true;
|
this.showConnectType = true;
|
||||||
this.connectType = 'ORACLE_SERVICE_NAME'
|
this.connectType = 'ORACLE_SERVICE_NAME'
|
||||||
|
} else if(value== 'ORACLE' && this.item.id) {
|
||||||
|
this.showConnectType = true;
|
||||||
} else {
|
} else {
|
||||||
this.showConnectType = false;
|
this.showConnectType = false;
|
||||||
this.connectType = ''
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//Set default port for each type datasource
|
//Set default port for each type datasource
|
||||||
this._setDefaultValues(value)
|
this._setDefaultValues(value)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user