jiangping
2025-06-06 77946261ec663aa1fe7f6f97e550532ed879f982
admin/src/views/client/category.vue
@@ -97,7 +97,7 @@
      }).then(res => {
        this.loading = false
        this.dataList = res.records || []
        this.pagination.total = res.total || 0
        this.tableData.pagination.total = res.total || 0
      }, () => {
        this.loading = false
      })