this.menuOptions = []; const menu = { menuId: 0, menuName: "主类目", children: [] }; menu.children = this.handleTree(response.data, "menuId"); this.menuOptions.push(menu);