From e6faa59f329bfb6ae46ecc74290669d19dbf56f2 Mon Sep 17 00:00:00 2001 From: lai <371757574@qq.com> Date: Tue, 2 Apr 2024 19:15:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=B3=A8=E9=87=8A=E4=BB=A5?= =?UTF-8?q?=E5=8F=8A=E5=AE=8C=E5=96=84=E5=A4=9A=E9=80=89=E6=A1=86=E5=A4=84?= =?UTF-8?q?=E7=90=86=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/perfManage/perfThreshold.ts | 1 - src/views/perfManage/customTarget/index.vue | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/perfManage/perfThreshold.ts b/src/api/perfManage/perfThreshold.ts index 919be8ed..d884a049 100644 --- a/src/api/perfManage/perfThreshold.ts +++ b/src/api/perfManage/perfThreshold.ts @@ -113,7 +113,6 @@ export function addPerfThre(data: Record) { * @returns object */ export function updatePerfThre(data: Record) { - console.log(data); let obj: any = { ne_type: data.neType, kpi_set: data.kpiSet, diff --git a/src/views/perfManage/customTarget/index.vue b/src/views/perfManage/customTarget/index.vue index 0eacb7da..f1db2900 100644 --- a/src/views/perfManage/customTarget/index.vue +++ b/src/views/perfManage/customTarget/index.vue @@ -295,6 +295,7 @@ function fnSelectPerformanceInit(value: any) { i => i.neType === value ); if (modalState.from.objectType) modalState.from.objectType = ''; + if(modalState.selectedPre.length > 0) modalState.selectedPre = []; modalState.from.expression = ''; const arrSet = new Set();