kmkf-work-order-service-component 0.4.0-alpha.28 → 0.4.0-alpha.29
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.
@@ -788,7 +788,7 @@ export var orderBack = /*#__PURE__*/function () {
|
|
788
788
|
case 'remark':
|
789
789
|
prv[uniqueKey] = {
|
790
790
|
remark: detail['remark'] || '',
|
791
|
-
flag:
|
791
|
+
flag: !!detail['flag'] ? Number(detail['flag']) : detail['flag']
|
792
792
|
};
|
793
793
|
break;
|
794
794
|
|