loulijun2021
2024-05-15 169e22e6403d4379fb6391ecc1ca4a06e23df81a
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 => {