diff --git a/core/core-frontend/src/views/system/parameter/engine/EngineInfoTemplate.vue b/core/core-frontend/src/views/system/parameter/engine/EngineInfoTemplate.vue index baddadbc73..dcd19ee179 100644 --- a/core/core-frontend/src/views/system/parameter/engine/EngineInfoTemplate.vue +++ b/core/core-frontend/src/views/system/parameter/engine/EngineInfoTemplate.vue @@ -48,21 +48,7 @@ const templateList = ref([]) const templateListTime = ref([]) const getEngine = () => { getDeEngine().then(res => { - let { - name, - createBy, - id, - createTime, - creator, - type, - pid, - configuration, - syncSetting, - fileName, - size, - description, - lastSyncTime - } = res.data + let { id, type, configuration } = res.data if (configuration) { configuration = JSON.parse(configuration) } @@ -129,7 +115,7 @@ const getEngine = () => { }, { pkey: 'datasource.extra_params', - pval: configuration?.extra_params, + pval: configuration?.extraParams, type: '', sort: 0 }