Browse Source

修改主页面返回菜单选中

dev_pda
李俊城 2 years ago
parent
commit
d065ea50c2
  1. 2
      fe/PDA/pages/index/index.vue

2
fe/PDA/pages/index/index.vue

@ -195,7 +195,7 @@
let menus = await getMenus(param); let menus = await getMenus(param);
if (menus.length > 0) { if (menus.length > 0) {
that.userMenus = menus; that.userMenus = menus;
that.selectedMenus = menus[0].list; that.selectedMenus = menus[this.menuIndex].list;
// that.menu = menus // that.menu = menus
await that.refreshJobMenu(menus); await that.refreshJobMenu(menus);
} else { } else {

Loading…
Cancel
Save