diff --git a/src/views/data/thematicLibrary.vue b/src/views/data/thematicLibrary.vue index 12a7ca7..6ce6605 100644 --- a/src/views/data/thematicLibrary.vue +++ b/src/views/data/thematicLibrary.vue @@ -117,7 +117,7 @@ if (res.success) { this.dataTypedataSources = res.result.result.DATA_CONN_SPECIAL if(res.result.result.DATA_CONN_SPECIAL.length > 0){ - this.datatypequeryParam.schemaMass = res.result.result.DATA_CONN_SPECIAL[0].cnName + this.datatypequeryParam.schemaMass = res.result.result.DATA_CONN_SPECIAL[0].enName } this.getTables(); } else {