lin
2026-06-25 0ba4575f47bd1498235f9d6ca9ac8b105e7e566c
pages/cates/cates.vue
@@ -67,6 +67,7 @@
         getCatesData() {
            this.$util.post('Cates/getCates', {catesId: this.catesId, pageIndex: this.pageIndex, pageSize: this.pageSize}).then(res => {
               if(res.code == 1) {
                  console.log('catesData',res)
                  this.catesData = res.data.list
                  this.getCatesGoods()
               }