@kmkf-fe-packages/services-components 0.8.3 → 0.8.5
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,11 @@ 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
|
+
// TODO: 使用Modal.info组件需要注意给他绑定到渲染的dom上面,快手在渲染的时候会默认挂载到body上面
|
|
107
|
+
getContainer: function getContainer() {
|
|
108
|
+
return document.getElementById('logistics-interception-code');
|
|
109
|
+
}
|
|
106
110
|
});
|
|
107
111
|
} else {
|
|
108
112
|
msg && message.error(msg);
|
|
@@ -118,7 +122,9 @@ var QueryLogisticsTrack = function QueryLogisticsTrack(_ref) {
|
|
|
118
122
|
color: "#1890ff",
|
|
119
123
|
cursor: "pointer"
|
|
120
124
|
},
|
|
125
|
+
id: "logistics-interception-code"
|
|
126
|
+
}, /*#__PURE__*/React.createElement("span", {
|
|
121
127
|
onClick: handleQueryLogistics
|
|
122
|
-
}, title);
|
|
128
|
+
}, title));
|
|
123
129
|
};
|
|
124
130
|
export default QueryLogisticsTrack;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/services-components",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.5",
|
|
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": "
|
|
43
|
+
"gitHead": "99e1f8fe2db2160858e14e62a6709ebf9856cd5c"
|
|
44
44
|
}
|