fenye
This commit is contained in:
@@ -122,7 +122,7 @@ export default {
|
|||||||
this.loading = true;
|
this.loading = true;
|
||||||
listUser(this.queryParams).then(response => {
|
listUser(this.queryParams).then(response => {
|
||||||
this.userList = response.rows;
|
this.userList = response.rows;
|
||||||
this.total = response.total;
|
this.total = parseInt(response.total) || 0;
|
||||||
|
|
||||||
// 获取每个用户的播放标签
|
// 获取每个用户的播放标签
|
||||||
this.userList.forEach(user => {
|
this.userList.forEach(user => {
|
||||||
|
|||||||
Reference in New Issue
Block a user