@cloudbase/weda-ui-mp 3.18.0 → 3.18.1

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.
@@ -314,7 +314,7 @@ Component({
314
314
  const { queryParam, dataSourceName, primaryField } = this.data;
315
315
  const _filter = {
316
316
  where: {
317
- $and: [{ $or: values.map((i) => ({ _id: { $search: i } })) }],
317
+ $and: [{ $or: values.map((i) => ({ _id: { $eq: i } })) }],
318
318
  },
319
319
  };
320
320
  let data = await callDataSourceApi({
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "miniprogram": "./",
4
4
  "packageManager": "yarn@3.0.2",
5
5
  "dependencies": {},
6
- "version": "3.18.0",
6
+ "version": "3.18.1",
7
7
  "main": "./",
8
8
  "publishConfig": {
9
9
  "access": "public"