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();