lin
2026-07-10 c5542e9e2b2fd14633b596334b957535459ae30e
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()
               }