@kmkf-fe-packages/basic-components 2.2.44-beta.81 → 2.2.44-beta.86

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
@@ -28374,7 +28374,8 @@ var wdtReissue = function wdtReissue(props) {
28374
28374
  var newValue = _objectSpread2({}, value);
28375
28375
  // 原订单商品
28376
28376
  var originTradeGoodList = getGoodDetails({
28377
- mode: isStrict
28377
+ mode: isStrict,
28378
+ isAllOrders: true
28378
28379
  }) || [];
28379
28380
  // 当前选中的所有商品【包含了原订单+商品库】
28380
28381
  var currentSelectGoodList = (value === null || value === void 0 ? void 0 : value["".concat(typeMap$1 === null || typeMap$1 === void 0 ? void 0 : (_typeMap$type22 = typeMap$1[type]) === null || _typeMap$type22 === void 0 ? void 0 : _typeMap$type22.key)]) || [];
package/dist/index.js CHANGED
@@ -28389,7 +28389,8 @@ var wdtReissue = function wdtReissue(props) {
28389
28389
  var newValue = _objectSpread2({}, value);
28390
28390
  // 原订单商品
28391
28391
  var originTradeGoodList = getGoodDetails({
28392
- mode: isStrict
28392
+ mode: isStrict,
28393
+ isAllOrders: true
28393
28394
  }) || [];
28394
28395
  // 当前选中的所有商品【包含了原订单+商品库】
28395
28396
  var currentSelectGoodList = (value === null || value === void 0 ? void 0 : value["".concat(typeMap$1 === null || typeMap$1 === void 0 ? void 0 : (_typeMap$type22 = typeMap$1[type]) === null || _typeMap$type22 === void 0 ? void 0 : _typeMap$type22.key)]) || [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.2.44-beta.81",
3
+ "version": "2.2.44-beta.86",
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": "f5e50ceae82f6f3958cd3641db9588e5653744ba"
69
+ "gitHead": "49b31df457048bed04895312a87c206b9a7f4ee8"
70
70
  }