@kmkf-fe-packages/kmkf-work-order-service-component 2.2.31-beta.78 → 2.2.31-beta.79

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.
@@ -570,6 +570,8 @@ var OrderInfo = function OrderInfo(props) {
570
570
  if (res.data.main.orderStatus) {
571
571
  //显示服务进度tab
572
572
  props.setIsShowServiceProgress(true);
573
+ } else {
574
+ props.setIsShowServiceProgress(false);
573
575
  }
574
576
  } else {
575
577
  message.error('安装/维修单详情为空');
@@ -15,7 +15,7 @@ function LBOrderDetail(props) {
15
15
  _useState2 = _slicedToArray(_useState, 2),
16
16
  activeKey = _useState2[0],
17
17
  setActiveKey = _useState2[1];
18
- var _useState3 = useState(false),
18
+ var _useState3 = useState(true),
19
19
  _useState4 = _slicedToArray(_useState3, 2),
20
20
  isShowServiceProgress = _useState4[0],
21
21
  setIsShowServiceProgress = _useState4[1];
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.31-beta.78",
3
+ "version": "2.2.31-beta.79",
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": "ed9cf501d11575c07dfb34da8f2d1053acf093d7",
78
+ "gitHead": "4ce84467ee92204fd4bc3cad01cca9750a27500a",
79
79
  "gitHooks": {
80
80
  "pre-commit": "lint-staged"
81
81
  }