取消注释以及完善多选框处理逻辑
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user