@lm_fe/service 0.2.7 → 0.2.8

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -858,7 +858,7 @@ var ModelService = /*#__PURE__*/function (_EventEmitter) {
858
858
  case 0:
859
859
  _context22.next = 2;
860
860
  return request.ins(_objectSpread({
861
- method: 'POST',
861
+ method: 'GET',
862
862
  url: this.getUrl(path, '/export'),
863
863
  params: data,
864
864
  data: data,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lm_fe/service",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -23,8 +23,8 @@
23
23
  "author": "",
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
- "@lm_fe/env": "^0.2.7",
27
- "@lm_fe/utils": "^0.2.7",
26
+ "@lm_fe/env": "^0.2.8",
27
+ "@lm_fe/utils": "^0.2.8",
28
28
  "@noah-libjs/components": "*",
29
29
  "dayjs": "^1.11.13",
30
30
  "lodash": "*"
@@ -35,5 +35,5 @@
35
35
  "peerDependencies": {
36
36
  "axios": "0.x"
37
37
  },
38
- "gitHead": "cbfe489cdcf8912e643d63a729b08f2b5f02bf55"
38
+ "gitHead": "8753180294872b6ae68edf0f81582164abe16fc6"
39
39
  }