This commit is contained in:
menxipeng
2025-09-13 14:25:53 +08:00
parent 9e75f226b9
commit 89a2aded5e

View File

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