dlt-for-react 1.1.10 → 1.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -8,7 +8,7 @@ npm publish
8
8
 
9
9
  ## 前端 dlt-for-react 依赖包版本更新记录
10
10
 
11
- ##### 当前最新版本:1.1.10
11
+ ##### 当前最新版本:1.1.11
12
12
 
13
13
  ##### 安装依赖
14
14
 
@@ -16,6 +16,10 @@ npm publish
16
16
 
17
17
  ##### 版本修改记录
18
18
 
19
+ #### V1.1.11—2024 年 1 月 25 日
20
+
21
+ 1. 解决KyTableCardList查询的问题
22
+
19
23
  #### V1.1.10—2024 年 1 月 24 日
20
24
 
21
25
  1. 解决NHFetch表单提交的问题
@@ -621,7 +621,7 @@ var KyTableCardList = function (_React$Component) {
621
621
  this.filterTableData();
622
622
  //循环判断哪些字段需要通用查询的搜索条件
623
623
  if (this.props.searchDivFlag) {
624
- var tySearchAllField = "multiField"; //自定义查询的所有字段
624
+ var tySearchAllField = "multifield"; //自定义查询的所有字段
625
625
  var num = 0;
626
626
  var firstField = "";
627
627
  this.props.columns.forEach(function (item) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dlt-for-react",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "description": "dlt for react",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {