mirror of
https://github.com/dataease/dataease.git
synced 2026-05-23 13:58:26 +08:00
fix: 数据源错误信息
This commit is contained in:
@@ -495,7 +495,7 @@ export default {
|
||||
changeType() {
|
||||
for (let i = 0; i < this.dsTypes.length; i++) {
|
||||
if (this.dsTypes[i].type === this.form.type) {
|
||||
if(row.type !== 'api'){
|
||||
if(this.form.type !== 'api'){
|
||||
this.form.configuration.extraParams = this.dsTypes[i].extraParams
|
||||
}
|
||||
this.datasourceType = this.dsTypes[i]
|
||||
|
||||
Reference in New Issue
Block a user