@zgfe/modules-dm 1.0.30 → 1.0.31-parameter.0

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.
@@ -354,7 +354,7 @@ var CollectionAttributeList = function CollectionAttributeList(props) {
354
354
  request(apis.propUpload, {
355
355
  method: 'post',
356
356
  data: data,
357
- notTransform: true
357
+ isTransform: false
358
358
  }).then(function (res) {
359
359
  if (res.code == 10001) {
360
360
  message.success('上传成功');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-dm",
3
- "version": "1.0.30",
3
+ "version": "1.0.31-parameter.0",
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": "e8c409475d42f7220d97996105bdcd3f0c57f5ac",
52
+ "gitHead": "cb9b9aeae4808dc3365eeb036f3af7928e6397fa",
53
53
  "gitHooks": {
54
54
  "pre-commit": "lint-staged"
55
55
  }