la redefinition de cette variable semble poser des pb dans certains cas
This commit is contained in:
parent
ae6eb5341d
commit
51926c243d
2 changed files with 3 additions and 3 deletions
|
@ -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] = [];
|
||||||
});
|
});
|
||||||
|
|
|
@ -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] = [];
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue