@dazhicheng/ui 1.5.137 → 1.5.138

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.js +8 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -58249,7 +58249,14 @@ function aO(e) {
58249
58249
  reload: c
58250
58250
  };
58251
58251
  }
58252
- const Et = "all", lO = { label: "全部", value: Et }, ax = ["platformId", "shopId", "purchasePlaceId", "businessType", "lockUserId"], sO = {
58252
+ const Et = "all", lO = { label: "全部", value: Et }, ax = [
58253
+ "platformId",
58254
+ "shopId",
58255
+ "purchasePlaceId",
58256
+ "businessType",
58257
+ "lockUserId",
58258
+ "userId"
58259
+ ], sO = {
58253
58260
  platformId: "platformIds",
58254
58261
  shopId: "shopIds",
58255
58262
  purchasePlaceId: "purchasePlaceId",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dazhicheng/ui",
3
- "version": "1.5.137",
3
+ "version": "1.5.138",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",