取消注释以及完善多选框处理逻辑

This commit is contained in:
lai
2024-04-02 19:15:06 +08:00
parent 65fab4de1b
commit e6faa59f32
2 changed files with 1 additions and 1 deletions

View File

@@ -113,7 +113,6 @@ export function addPerfThre(data: Record<string, any>) {
* @returns object
*/
export function updatePerfThre(data: Record<string, any>) {
console.log(data);
let obj: any = {
ne_type: data.neType,
kpi_set: data.kpiSet,

View File

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