@kmkf-fe-packages/basic-components 2.10.9-beta.29 → 2.10.9-beta.30

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/dist/index.esm.js CHANGED
@@ -10772,9 +10772,10 @@ var SubForm = function SubForm(props) {
10772
10772
  });
10773
10773
  }
10774
10774
  params.queryComponents = queryComponents;
10775
+ params.needTotal = false;
10775
10776
  }
10776
10777
  _context.next = 7;
10777
- return extendRequest('/qy/view/workOrderList', {
10778
+ return extendRequest('/qy/view/workOrderListCached', {
10778
10779
  method: 'post',
10779
10780
  data: params
10780
10781
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.10.9-beta.29",
3
+ "version": "2.10.9-beta.30",
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": "8ce785845a9ce755f8847686a6286e4564a799b5"
69
+ "gitHead": "f8f4e5108097efba6640ed81374a11c2e7eb699b"
70
70
  }