zmdms-webui 2.9.5 → 2.9.6

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.
@@ -624,6 +624,7 @@ function useCustomFilter(dataSource, _newColumns) {
624
624
  if (filterHandle(value, item, key, {
625
625
  column: column,
626
626
  recordIndex: index,
627
+ checkbox: filter.checkbox,
627
628
  })) {
628
629
  flag = true;
629
630
  break;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zmdms-webui",
3
- "version": "2.9.5",
3
+ "version": "2.9.6",
4
4
  "private": false,
5
5
  "main": "dist/index.es.js",
6
6
  "module": "dist/index.es.js",