pages/xtsy/index.vue
@@ -120,7 +120,7 @@ if (this.$companyType === 'A') { this.menuList = res.data.filter(i => i.code === '2005')[0].children } else if (this.$companyType === 'B') { this.menuList = res.data this.menuList = res.data.sort((a, b) => a.seq - b.seq) // this.menuList = [] // res.data.forEach(i => { // i.children.forEach(j => {