@zgfe/modules-dm 1.0.57-zhongyuan.22 → 1.0.57-zhongyuan.23

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.
@@ -501,7 +501,10 @@ var TypeComponent = function TypeComponent(_ref2) {
501
501
  setDictList = _useState26[1];
502
502
  var getDictList = function getDictList() {
503
503
  request(apis.dict.dictList, {
504
- appId: currentApp === null || currentApp === void 0 ? void 0 : currentApp.appId
504
+ method: 'post',
505
+ data: {
506
+ appId: currentApp === null || currentApp === void 0 ? void 0 : currentApp.appId
507
+ }
505
508
  }).then(function (res) {
506
509
  if ((res === null || res === void 0 ? void 0 : res.code) == '100000') {
507
510
  var _res$data;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-dm",
3
- "version": "1.0.57-zhongyuan.22",
3
+ "version": "1.0.57-zhongyuan.23",
4
4
  "license": "ISC",
5
5
  "module": "es/index.js",
6
6
  "typings": "es/index.d.ts",
@@ -57,7 +57,7 @@
57
57
  "umi-request": "^1.4.0",
58
58
  "yorkie": "^2.0.0"
59
59
  },
60
- "gitHead": "c77c90c4f63fe9b8fd1a57a6faf8c9bdb25d0a21",
60
+ "gitHead": "f72daf80cae39ac93d76a809fcf24d4ac6a7e2fb",
61
61
  "gitHooks": {
62
62
  "pre-commit": "lint-staged"
63
63
  }