@titaui/pc 1.15.7 → 1.15.8

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.
@@ -350,8 +350,9 @@ function OKRCases(props) {
350
350
  setIsTouchBottom(false);
351
351
  });
352
352
  } else {
353
+ var work = navList[activeNavId];
353
354
  (0, _network.postForCases)({
354
- labelId: activeNavId,
355
+ labelId: work.id,
355
356
  subLabelId: secondActiveNavId,
356
357
  key: "",
357
358
  pageNumber: pageNumberRef.current
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.15.7",
3
+ "version": "1.15.8",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",