@zgfe/modules-dm 1.0.30-qirui.2 → 1.0.30-qirui.3

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.
@@ -469,7 +469,10 @@ var CollectionAttributeList = function CollectionAttributeList(props) {
469
469
  method: 'get',
470
470
  responseType: 'blob',
471
471
  fileName: "".concat(source == 'user' ? '用户' : '事件', "\u5C5E\u6027\u503C\u6A21\u677F"),
472
- getResponse: true
472
+ getResponse: true,
473
+ params: {
474
+ fileName: '事件属性值模板.xlsx'
475
+ }
473
476
  }).finally(function () {
474
477
  setExportAliasTmp(false);
475
478
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-dm",
3
- "version": "1.0.30-qirui.2",
3
+ "version": "1.0.30-qirui.3",
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": "a9ee827da065af809683552850c067b8e04dc433",
52
+ "gitHead": "78ac19fb425e7171dccbc00016c669f72b86461c",
53
53
  "gitHooks": {
54
54
  "pre-commit": "lint-staged"
55
55
  }