centaline-data-driven 1.4.22 → 1.4.23

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "centaline-data-driven",
3
- "version": "1.4.22",
3
+ "version": "1.4.23",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
@@ -11,16 +11,16 @@
11
11
  :searchStatsApi="'/ProfileWorklistList/getListStats'">
12
12
  </ct-searchlist> -->
13
13
 
14
- <ct-searchlist :apiParam="para"
14
+ <!-- <ct-searchlist :apiParam="para"
15
15
  :searchConditionApi="'/PropertyTrustList/getLayoutOfSearch'"
16
16
  :searchDataApi="'/PropertyTrustList/getListOfSearchModel'">
17
- </ct-searchlist>
17
+ </ct-searchlist> -->
18
18
 
19
- <!-- <ct-searchlist
19
+ <ct-searchlist
20
20
  :searchCategoryApi="'/PropertyPublishList/getLayoutOfSearchCategory'"
21
21
  :searchConditionApi="'/PropertyPublishList/getLayoutOfSearchForRET'"
22
22
  :searchDataApi="'/PropertyPublishList/getListOfSearchModelForRET'">
23
- </ct-searchlist> -->
23
+ </ct-searchlist>
24
24
 
25
25
  <!-- <ct-searchlist :searchConditionApi="'/PropertyRETList/getLayoutOfSearch'"
26
26
  :searchDataApi="'/PropertyRETList/getListOfSearchModel'"
@@ -202,8 +202,9 @@
202
202
  }
203
203
  else {
204
204
  self.model.value=row[self.model.optionAttrs.label];
205
- }
205
+ }
206
206
  self.inputHandler(e);
207
+ self.applyHighlights();
207
208
  });
208
209
  });
209
210
  },