小小儁爺
2025-05-23 d26ff568b097248861a6cbc13bcf2acc88a54524
pages/xtsy/index.vue
@@ -21,7 +21,7 @@
      </u-grid>
      <u-grid style='margin: 12rpx;' :border="false" v-if="$companyType==='A'">
      <u-grid style='margin: 12rpx;' :border="false" v-if="$companyType==='A'||$companyType==='C'">
         <u-grid-item @click="index=>clickGridPopup(index,item.name,item.code)" v-for="(item,index) in menuList"
            :key="item.code">
            <img :src="item.imgurl" alt="" style='width: 116rpx;height: 116rpx;border-radius: 20rpx;'>
@@ -127,6 +127,8 @@
                  //       this.menuList.push(j)
                  //    })
                  // })
               } else if (this.$companyType === 'C') {
                  this.menuList = res.data.filter(i => i.code === '2004')[0].children
               }
               console.log(this.menuList, 123)