This commit is contained in:
Christophe 2021-05-20 17:46:01 +02:00
parent e07a6d3123
commit 4221abb50b
2 changed files with 0 additions and 3 deletions

View file

@ -281,7 +281,6 @@ let monTableau = {
}); });
if (TcolValue.length) { if (TcolValue.length) {
if (this.filtreColType[colName] === 'select') { if (this.filtreColType[colName] === 'select') {
console.log(ligne[this.champ_search][colName].toString().toLowerCase());
if ( if (
TcolValue.toString().indexOf( TcolValue.toString().indexOf(
ligne[this.champ_search][colName].toString().toLowerCase() ligne[this.champ_search][colName].toString().toLowerCase()

View file

@ -339,8 +339,6 @@ var monTableau = {
if (TcolValue.length) { if (TcolValue.length) {
if (_this2.filtreColType[colName] === 'select') { if (_this2.filtreColType[colName] === 'select') {
console.log(ligne[_this2.champ_search][colName].toString().toLowerCase());
if (TcolValue.toString().indexOf(ligne[_this2.champ_search][colName].toString().toLowerCase()) === -1 || !ligne[_this2.champ_search][colName].toString().toLowerCase()) { if (TcolValue.toString().indexOf(ligne[_this2.champ_search][colName].toString().toLowerCase()) === -1 || !ligne[_this2.champ_search][colName].toString().toLowerCase()) {
rsearch = false; rsearch = false;
} }