@kmkf-fe-packages/services-components 0.8.3 → 0.8.4

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.
@@ -102,7 +102,8 @@ var QueryLogisticsTrack = function QueryLogisticsTrack(_ref) {
102
102
  okText: "确定",
103
103
  icon: null,
104
104
  width: modelWidth,
105
- content: LogisticsList(data === null || data === void 0 ? void 0 : data.traceDetailList)
105
+ content: LogisticsList(data === null || data === void 0 ? void 0 : data.traceDetailList),
106
+ getContainer: false
106
107
  });
107
108
  } else {
108
109
  msg && message.error(msg);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/services-components",
3
- "version": "0.8.3",
3
+ "version": "0.8.4",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -40,5 +40,5 @@
40
40
  "gitHooks": {
41
41
  "pre-commit": "lint-staged"
42
42
  },
43
- "gitHead": "2fdfceaed25216a6ab0e0686be7a5aa572befdb4"
43
+ "gitHead": "e69bc6e8c132a9aa5030868bcb1d88cd44532f73"
44
44
  }