@kmkf-fe-packages/basic-components 1.17.8-beta.26 → 1.17.8-beta.27

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
@@ -4,7 +4,7 @@ import { EyeOutlined, DeleteOutlined, CloseCircleOutlined, CaretUpOutlined } fro
4
4
  import request, { extend as extend$1 } from 'umi-request';
5
5
  import { CopyToClipboard } from 'react-copy-to-clipboard';
6
6
  import { AddressData, BsAddressData, WdtAddressData, request as request$1, ExpressData, uuid, LogisticsAddressData, WdtSendData, WDT_ORDER_TYPE_MAP } from '@kmkf-fe-packages/kmkf-utils';
7
- import { debounce, isNaN as isNaN$1, isNumber as isNumber$1, cloneDeep, difference, differenceWith, takeRight } from 'lodash';
7
+ import { debounce, isNaN as isNaN$1, isNumber as isNumber$1, cloneDeep, difference, differenceWith, takeRight, reject } from 'lodash';
8
8
  import { useUpdateEffect, useDebounceEffect, useAntdTable } from 'ahooks';
9
9
  import zhCN from 'antd/lib/locale/zh_CN';
10
10
  import pubsub from 'pubsub-js';
@@ -11850,11 +11850,12 @@ var GoodList = function GoodList(props, ref) {
11850
11850
  list.push.apply(list, _toConsumableArray((res === null || res === void 0 ? void 0 : (_res$data3 = res.data) === null || _res$data3 === void 0 ? void 0 : _res$data3.detailList) || []));
11851
11851
  if ((res === null || res === void 0 ? void 0 : (_res$data4 = res.data) === null || _res$data4 === void 0 ? void 0 : _res$data4.detailList.length) === pageSize) {
11852
11852
  pageNo += 1;
11853
- console.log('🚀 ~ getMore ~ pageNo:', pageNo);
11854
11853
  getMore();
11855
11854
  } else {
11856
11855
  setBrandList(list);
11857
11856
  }
11857
+ } else {
11858
+ reject(res);
11858
11859
  }
11859
11860
  }).catch(console.error);
11860
11861
  };
@@ -15642,7 +15643,10 @@ var msgTypeCh = {
15642
15643
  ding: '钉钉',
15643
15644
  wechat: '微信',
15644
15645
  qq: 'QQ',
15645
- qywx: '企业微信'
15646
+ qywx: '企业微信',
15647
+ YZDKH: '邮政拦截',
15648
+ YT: '圆通拦截',
15649
+ feishu: '飞书'
15646
15650
  };
15647
15651
  var MsgStatus = function MsgStatus(props) {
15648
15652
  var _value$changeIndex, _value$changeIndex2, _value$changeIndex3;
package/dist/index.js CHANGED
@@ -11862,11 +11862,12 @@ var GoodList = function GoodList(props, ref) {
11862
11862
  list.push.apply(list, _toConsumableArray((res === null || res === void 0 ? void 0 : (_res$data3 = res.data) === null || _res$data3 === void 0 ? void 0 : _res$data3.detailList) || []));
11863
11863
  if ((res === null || res === void 0 ? void 0 : (_res$data4 = res.data) === null || _res$data4 === void 0 ? void 0 : _res$data4.detailList.length) === pageSize) {
11864
11864
  pageNo += 1;
11865
- console.log('🚀 ~ getMore ~ pageNo:', pageNo);
11866
11865
  getMore();
11867
11866
  } else {
11868
11867
  setBrandList(list);
11869
11868
  }
11869
+ } else {
11870
+ lodash.reject(res);
11870
11871
  }
11871
11872
  }).catch(console.error);
11872
11873
  };
@@ -15654,7 +15655,10 @@ var msgTypeCh = {
15654
15655
  ding: '钉钉',
15655
15656
  wechat: '微信',
15656
15657
  qq: 'QQ',
15657
- qywx: '企业微信'
15658
+ qywx: '企业微信',
15659
+ YZDKH: '邮政拦截',
15660
+ YT: '圆通拦截',
15661
+ feishu: '飞书'
15658
15662
  };
15659
15663
  var MsgStatus = function MsgStatus(props) {
15660
15664
  var _value$changeIndex, _value$changeIndex2, _value$changeIndex3;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "1.17.8-beta.26",
3
+ "version": "1.17.8-beta.27",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -65,5 +65,5 @@
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "gitHead": "9de0e2e79d9f3aeacd388c9ed1319a11a0ca96f8"
68
+ "gitHead": "a7e19b0cb70b9b5dd9f5fe630815e7e365d21070"
69
69
  }