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