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 => {