[SSE] Удален неиспользуемый параметр в asc_applyAutoFilter.
This commit is contained in:
parent
e290cea279
commit
fa09ad78e2
|
@ -259,7 +259,7 @@ define([
|
||||||
customFilters[1].asc_setVal(this.txtValue2.getValue());
|
customFilters[1].asc_setVal(this.txtValue2.getValue());
|
||||||
}
|
}
|
||||||
|
|
||||||
this.api.asc_applyAutoFilter('digitalFilter', this.properties);
|
this.api.asc_applyAutoFilter(this.properties);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -757,7 +757,7 @@ define([
|
||||||
colorFilter.asc_setCellColor(isCellColor);
|
colorFilter.asc_setCellColor(isCellColor);
|
||||||
colorFilter.asc_setCColor(Common.Utils.ThemeColor.getRgbColor(color));
|
colorFilter.asc_setCColor(Common.Utils.ThemeColor.getRgbColor(color));
|
||||||
|
|
||||||
this.api.asc_applyAutoFilter('colorFilter', this.configTo);
|
this.api.asc_applyAutoFilter(this.configTo);
|
||||||
|
|
||||||
this.close();
|
this.close();
|
||||||
},
|
},
|
||||||
|
@ -1082,7 +1082,7 @@ define([
|
||||||
});
|
});
|
||||||
isValid = true;
|
isValid = true;
|
||||||
}
|
}
|
||||||
if (isValid) this.api.asc_applyAutoFilter('mainFilter', this.configTo);
|
if (isValid) this.api.asc_applyAutoFilter(this.configTo);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue