@kmkf-fe-packages/kmkf-work-order-service-component 2.2.44-beta.10 → 2.2.44-beta.11
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.
|
@@ -296,7 +296,7 @@ var CurrentNode = function CurrentNode(props, ref) {
|
|
|
296
296
|
onOk: function () {
|
|
297
297
|
var _onOk = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3() {
|
|
298
298
|
var _currentNodeDetail$no21;
|
|
299
|
-
var _yield$skipNode, success
|
|
299
|
+
var _yield$skipNode, success;
|
|
300
300
|
return _regeneratorRuntime().wrap(function _callee3$(_context3) {
|
|
301
301
|
while (1) switch (_context3.prev = _context3.next) {
|
|
302
302
|
case 0:
|
|
@@ -316,12 +316,15 @@ var CurrentNode = function CurrentNode(props, ref) {
|
|
|
316
316
|
if (success) {
|
|
317
317
|
message.success('跳过成功');
|
|
318
318
|
queryRemarkList();
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
319
|
+
setTimeout(function () {
|
|
320
|
+
var _controllerRef$curren3;
|
|
321
|
+
dispatch(fetchPanelInfo({
|
|
322
|
+
flowTemplateKey: operateParams === null || operateParams === void 0 ? void 0 : operateParams.flowTemplateKey,
|
|
323
|
+
flowWorkOrderId: flowWorkOrderId
|
|
324
|
+
}, {
|
|
325
|
+
signal: controllerRef === null || controllerRef === void 0 ? void 0 : (_controllerRef$curren3 = controllerRef.current) === null || _controllerRef$curren3 === void 0 ? void 0 : _controllerRef$curren3.signal
|
|
326
|
+
}));
|
|
327
|
+
}, 100);
|
|
325
328
|
}
|
|
326
329
|
case 5:
|
|
327
330
|
case "end":
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/kmkf-work-order-service-component",
|
|
3
|
-
"version": "2.2.44-beta.
|
|
3
|
+
"version": "2.2.44-beta.11",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"publishConfig": {
|
|
76
76
|
"access": "public"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "d9bbe8ab60c4a74ddafd5bacd396f20a5719012d",
|
|
79
79
|
"gitHooks": {
|
|
80
80
|
"pre-commit": "lint-staged"
|
|
81
81
|
}
|