@zgfe/modules-dm 1.0.30-qirui.0 → 1.0.30-qirui.1

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.
@@ -468,7 +468,7 @@ var CollectionAttributeList = function CollectionAttributeList(props) {
468
468
  ajax(apis.exportAliasTmp, {
469
469
  method: 'get',
470
470
  responseType: 'blob',
471
- fileName: "".concat(source == 'user' ? '用户' : '事件', "\u5C5E\u6027\u503C\u6A21\u677F.xlsx"),
471
+ fileName: "".concat(source == 'user' ? '用户' : '事件', "\u5C5E\u6027\u503C\u6A21\u677F"),
472
472
  getResponse: true
473
473
  }).finally(function () {
474
474
  setExportAliasTmp(false);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-dm",
3
- "version": "1.0.30-qirui.0",
3
+ "version": "1.0.30-qirui.1",
4
4
  "license": "ISC",
5
5
  "module": "es/index.js",
6
6
  "typings": "es/index.d.ts",
@@ -49,7 +49,7 @@
49
49
  "umi-request": "^1.4.0",
50
50
  "yorkie": "^2.0.0"
51
51
  },
52
- "gitHead": "01dbe0cafa0979469cbfbf44dbdc62039d88084d",
52
+ "gitHead": "ec1d499716aedff72804d0a883b238e9239c4dde",
53
53
  "gitHooks": {
54
54
  "pre-commit": "lint-staged"
55
55
  }