From bea95569dd6c7dd8f6422148719f635932e2e3a6 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Tue, 5 Mar 2024 16:41:30 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E5=BC=95=E6=93=8E=E8=AE=BE=E7=BD=AE=E7=BC=BA=E5=B0=91=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../parameter/engine/EngineInfoTemplate.vue | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) 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 }