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: !detail['flag'] ? Number(detail['flag']) : detail['flag']
791
+ flag: !!detail['flag'] ? Number(detail['flag']) : detail['flag']
792
792
  };
793
793
  break;
794
794
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kmkf-work-order-service-component",
3
- "version": "0.4.0-alpha.28",
3
+ "version": "0.4.0-alpha.29",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",