@kmkf-fe-packages/kmkf-work-order-service-component 2.0.79-beta.71 → 2.0.79-beta.72
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.
|
@@ -261,19 +261,23 @@ var sendMsgToTab = function sendMsgToTab(dispatch) {
|
|
|
261
261
|
payload: true
|
|
262
262
|
});
|
|
263
263
|
} else if (newMsg.cmd === 'openCustomerServiceToDoCardDetail') {
|
|
264
|
+
var _newMsg$param, _newMsg$param2, _newMsg$param3;
|
|
265
|
+
if (!(newMsg !== null && newMsg !== void 0 && newMsg.param)) {
|
|
266
|
+
return;
|
|
267
|
+
}
|
|
264
268
|
dispatch({
|
|
265
269
|
type: 'customizeWorkOrder/setCurrentCustomizeRecord',
|
|
266
270
|
payload: {
|
|
267
|
-
flowTemplateName:
|
|
271
|
+
flowTemplateName: newMsg === null || newMsg === void 0 ? void 0 : (_newMsg$param = newMsg.param) === null || _newMsg$param === void 0 ? void 0 : _newMsg$param.flowTemplateName
|
|
268
272
|
}
|
|
269
273
|
});
|
|
270
274
|
dispatch({
|
|
271
275
|
type: 'customizeWorkOrder/setLogicFlowId',
|
|
272
|
-
payload:
|
|
276
|
+
payload: newMsg === null || newMsg === void 0 ? void 0 : (_newMsg$param2 = newMsg.param) === null || _newMsg$param2 === void 0 ? void 0 : _newMsg$param2.flowTemplateKey
|
|
273
277
|
});
|
|
274
278
|
dispatch({
|
|
275
279
|
type: 'customizeWorkOrder/setFlowWorkOrderId',
|
|
276
|
-
payload:
|
|
280
|
+
payload: newMsg === null || newMsg === void 0 ? void 0 : (_newMsg$param3 = newMsg.param) === null || _newMsg$param3 === void 0 ? void 0 : _newMsg$param3.flowWorkOrderId
|
|
277
281
|
});
|
|
278
282
|
dispatch({
|
|
279
283
|
type: 'customizeWorkOrder/setFormModalVisible',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/kmkf-work-order-service-component",
|
|
3
|
-
"version": "2.0.79-beta.
|
|
3
|
+
"version": "2.0.79-beta.72",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"publishConfig": {
|
|
74
74
|
"access": "public"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "848141c5e9950a135d11e196ec3fb42e98f9972b",
|
|
77
77
|
"gitHooks": {
|
|
78
78
|
"pre-commit": "lint-staged"
|
|
79
79
|
}
|