@zgfe/modules-dm 1.0.14-alpha.1 → 1.0.14

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.
@@ -351,7 +351,7 @@ var CollectionAttributeList = function CollectionAttributeList(props) {
351
351
  setBatchId(res.batch_id);
352
352
  setAttrExcelData(res.values);
353
353
  } else {
354
- message.success(res.msg);
354
+ message.error(res.msg);
355
355
  }
356
356
  }).catch(function (err) {});
357
357
  return false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-dm",
3
- "version": "1.0.14-alpha.1",
3
+ "version": "1.0.14",
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": "081ab0ef1693fa486d2640826a23d5489b29a7ba",
52
+ "gitHead": "b87fdabfe297e7c5bc7875a3983d323ece1b0df2",
53
53
  "gitHooks": {
54
54
  "pre-commit": "lint-staged"
55
55
  }