@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.
|
|
280
|
+
if (item.orderNumber === activeNavId) {
|
|
281
281
|
var navSecondList = item.subLabel;
|
|
282
282
|
|
|
283
283
|
if (activeNavId === 0) {
|