la redefinition de cette variable semble poser des pb dans certains cas

This commit is contained in:
Christophe 2022-04-07 01:14:45 +02:00
parent ae6eb5341d
commit 51926c243d
2 changed files with 3 additions and 3 deletions

View file

@ -424,7 +424,7 @@ let monTableau = {
Tval.push(valCol); Tval.push(valCol);
} }
}); });
that.filtreCol.push(col); // that.filtreCol.push(col);
that.filtreColVal[col] = Tval; that.filtreColVal[col] = Tval;
that.filtreColSelected[col] = []; that.filtreColSelected[col] = [];
}); });

View file

@ -485,8 +485,8 @@ var monTableau = {
if (Tval.indexOf(valCol) === -1) { if (Tval.indexOf(valCol) === -1) {
Tval.push(valCol); Tval.push(valCol);
} }
}); }); // that.filtreCol.push(col);
that.filtreCol.push(col);
that.filtreColVal[col] = Tval; that.filtreColVal[col] = Tval;
that.filtreColSelected[col] = []; that.filtreColSelected[col] = [];
}); });