debug
This commit is contained in:
parent
e07a6d3123
commit
4221abb50b
2 changed files with 0 additions and 3 deletions
|
@ -281,7 +281,6 @@ let monTableau = {
|
|||
});
|
||||
if (TcolValue.length) {
|
||||
if (this.filtreColType[colName] === 'select') {
|
||||
console.log(ligne[this.champ_search][colName].toString().toLowerCase());
|
||||
if (
|
||||
TcolValue.toString().indexOf(
|
||||
ligne[this.champ_search][colName].toString().toLowerCase()
|
||||
|
|
|
@ -339,8 +339,6 @@ var monTableau = {
|
|||
|
||||
if (TcolValue.length) {
|
||||
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()) {
|
||||
rsearch = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue