Skip to content

Commit

Permalink
[Bug]: 前端传递的查询条件内容被统一转换成了小写,造成trigger中无法获取原始值进行处理 #6432
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhaolin committed Feb 18, 2024
1 parent da1399c commit 1323796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/filters/src/filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const DevExpressOData = {

class SteedosFilter {

constructor(filters, odataProtocolVersion = 4, forceLowerCase = true){
constructor(filters, odataProtocolVersion = 4, forceLowerCase){
this.filters = filters || [];
this.protocolVersion = odataProtocolVersion;
this.forceLowerCase = forceLowerCase;
Expand Down

0 comments on commit 1323796

Please sign in to comment.