@titaui/pc 1.15.4 → 1.15.7

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.
@@ -277,7 +277,7 @@ function OKRCases(props) {
277
277
  setIsNextPageEmpty(false); // 每当一级菜单改变,获取二级菜单
278
278
 
279
279
  navList.map(function (item) {
280
- if (item.id === activeNavId) {
280
+ if (item.orderNumber === activeNavId) {
281
281
  var navSecondList = item.subLabel;
282
282
 
283
283
  if (activeNavId === 0) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.15.4",
3
+ "version": "1.15.7",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",