@kmkf-fe-packages/basic-components 2.10.9-beta.31 → 2.10.9-beta.32

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.
Files changed (2) hide show
  1. package/dist/index.esm.js +5 -13
  2. package/package.json +2 -2
package/dist/index.esm.js CHANGED
@@ -10797,19 +10797,11 @@ var SubForm = function SubForm(props) {
10797
10797
  symbol: 'in',
10798
10798
  value: flowStatus
10799
10799
  }];
10800
- if (['0qFEv9GEyd_returnLogisticsCode', 'jbCFrJV4m7_trajectoryCode'].includes(selectKey)) {
10801
- queryComponents.push({
10802
- key: selectKey,
10803
- symbol: 'like',
10804
- value: inputValue
10805
- });
10806
- } else {
10807
- queryComponents.push({
10808
- key: selectKey,
10809
- symbol: 'in',
10810
- value: [inputValue]
10811
- });
10812
- }
10800
+ queryComponents.push({
10801
+ key: selectKey,
10802
+ symbol: 'in',
10803
+ value: [inputValue]
10804
+ });
10813
10805
  params.queryComponents = queryComponents;
10814
10806
  params.needTotal = false;
10815
10807
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.10.9-beta.31",
3
+ "version": "2.10.9-beta.32",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "9c578e2504da438b46c045852cda1e1025a4e0c2"
69
+ "gitHead": "bee10bcc4437ad6c82cc6527e711b77b5b640e66"
70
70
  }