取消注释以及完善多选框处理逻辑
This commit is contained in:
@@ -113,7 +113,6 @@ export function addPerfThre(data: Record<string, any>) {
|
|||||||
* @returns object
|
* @returns object
|
||||||
*/
|
*/
|
||||||
export function updatePerfThre(data: Record<string, any>) {
|
export function updatePerfThre(data: Record<string, any>) {
|
||||||
console.log(data);
|
|
||||||
let obj: any = {
|
let obj: any = {
|
||||||
ne_type: data.neType,
|
ne_type: data.neType,
|
||||||
kpi_set: data.kpiSet,
|
kpi_set: data.kpiSet,
|
||||||
|
|||||||
@@ -295,6 +295,7 @@ function fnSelectPerformanceInit(value: any) {
|
|||||||
i => i.neType === value
|
i => i.neType === value
|
||||||
);
|
);
|
||||||
if (modalState.from.objectType) modalState.from.objectType = '';
|
if (modalState.from.objectType) modalState.from.objectType = '';
|
||||||
|
if(modalState.selectedPre.length > 0) modalState.selectedPre = [];
|
||||||
|
|
||||||
modalState.from.expression = '';
|
modalState.from.expression = '';
|
||||||
const arrSet = new Set<string>();
|
const arrSet = new Set<string>();
|
||||||
|
|||||||
Reference in New Issue
Block a user