小小儁爺
2024-05-28 c758a74962bdc481fe4d404d265dc6f0bd47658d
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 => {