liukangdong
2025-02-06 698848bc8586f7c927e0468d6e60711c323d029d
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
      })