@zgfe/modules-settings 2.1.0-zhongyuan.27 → 2.1.0-zhongyuan.28

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.
@@ -15,7 +15,7 @@ import request from '../../../utils/ajax';
15
15
  import apis from '../../../constants/api';
16
16
  import { DatePicker, Radio, Table, Button, Space } from 'antd';
17
17
  import locale from 'antd/es/date-picker/locale/zh_CN';
18
- import { BizGlobalDataContext } from '@zgfe/business-lib';
18
+ import { BizGlobalDataContext, ajax } from '@zgfe/business-lib';
19
19
  import { DownloadOutlined } from '@ant-design/icons';
20
20
  import moment from 'moment';
21
21
  import './index.less';
@@ -155,7 +155,7 @@ var OperationLog = function OperationLog() {
155
155
  });
156
156
  }
157
157
  function exportData() {
158
- request(apis.log.exportLog, {
158
+ ajax(apis.log.exportLog, {
159
159
  method: 'get',
160
160
  params: _objectSpread({
161
161
  type: logType
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-settings",
3
- "version": "2.1.0-zhongyuan.27",
3
+ "version": "2.1.0-zhongyuan.28",
4
4
  "private": false,
5
5
  "module": "es/index.js",
6
6
  "typings": "es/index.d.ts",
@@ -67,7 +67,7 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "3e2d9de580341a65655b6f932c6fe5f2684c2a26",
70
+ "gitHead": "1d03dceb433368f283d8dbf24acaaafcbb155af4",
71
71
  "gitHooks": {
72
72
  "pre-commit": "lint-staged"
73
73
  }