kmkf-work-order-service-component 0.3.0-alpha.5 → 0.3.0-alpha.6
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.
@@ -108,8 +108,6 @@ var StatusSelectModal = function StatusSelectModal() {
|
|
108
108
|
|
109
109
|
var handleAppointTo = /*#__PURE__*/function () {
|
110
110
|
var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
|
111
|
-
var _record$jsonMap2;
|
112
|
-
|
113
111
|
var params, _yield$updateFlowStat, success, errMsg;
|
114
112
|
|
115
113
|
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
@@ -118,7 +116,7 @@ var StatusSelectModal = function StatusSelectModal() {
|
|
118
116
|
case 0:
|
119
117
|
params = {
|
120
118
|
updatedFlowStatus: status,
|
121
|
-
currentFlowStatus: record === null || record === void 0 ? void 0 :
|
119
|
+
currentFlowStatus: record === null || record === void 0 ? void 0 : record.flowStatus,
|
122
120
|
workOrderUniqueKeys: [record === null || record === void 0 ? void 0 : record.id]
|
123
121
|
};
|
124
122
|
_context.next = 3;
|