lin
2026-04-17 690562a397f84a21f6e18e7f8df9dccef09fd19a
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()
               }