mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 10:56:44 +08:00
Merge remote-tracking branch 'origin/cloud' into dev0731
This commit is contained in:
@@ -872,14 +872,27 @@ export default {
|
||||
apiUserBasic.getUserAudiences(params).then(res=>{
|
||||
if(res.status==200){
|
||||
let list=[];
|
||||
this.pushData.count = res.result.totalElement;
|
||||
res.result.audienceList.forEach(crowd=>{
|
||||
// this.pushData.count = res.result.totalElement;
|
||||
// res.result.audienceList.forEach(crowd=>{
|
||||
// list.push({
|
||||
// id:crowd.id,
|
||||
// kid:crowd.kid,
|
||||
// name:crowd.audienceName,
|
||||
// sysCreateTime:crowd.createAt,
|
||||
// audienceType:crowd.audienceType,
|
||||
// users:crowd.totalMember,
|
||||
// type:crowd.type,
|
||||
// status:crowd.status
|
||||
// })
|
||||
// });
|
||||
this.pushData.count = res.result.total;
|
||||
res.result.list.forEach(crowd=>{
|
||||
list.push({
|
||||
id:crowd.id,
|
||||
kid:crowd.kid,
|
||||
kid:'',
|
||||
name:crowd.audienceName,
|
||||
sysCreateTime:crowd.createAt,
|
||||
audienceType:crowd.audienceType,
|
||||
audienceType:crowd.type,
|
||||
users:crowd.totalMember,
|
||||
type:crowd.type,
|
||||
status:crowd.status
|
||||
|
||||
Reference in New Issue
Block a user