From 89a2aded5ecd0d9226a500a244c98a3ee34ee4e8 Mon Sep 17 00:00:00 2001 From: menxipeng Date: Sat, 13 Sep 2025 14:25:53 +0800 Subject: [PATCH] fenye --- ruoyi-ui/src/views/user/manage/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-ui/src/views/user/manage/index.vue b/ruoyi-ui/src/views/user/manage/index.vue index 2f7256b..b47f5d5 100644 --- a/ruoyi-ui/src/views/user/manage/index.vue +++ b/ruoyi-ui/src/views/user/manage/index.vue @@ -122,7 +122,7 @@ export default { this.loading = true; listUser(this.queryParams).then(response => { this.userList = response.rows; - this.total = response.total; + this.total = parseInt(response.total) || 0; // 获取每个用户的播放标签 this.userList.forEach(user => {