MrShi
2025-02-06 b7f74340de27a3427d8afb8750724b788c8a780c
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
      })