mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46: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=>{
|
apiUserBasic.getUserAudiences(params).then(res=>{
|
||||||
if(res.status==200){
|
if(res.status==200){
|
||||||
let list=[];
|
let list=[];
|
||||||
this.pushData.count = res.result.totalElement;
|
// this.pushData.count = res.result.totalElement;
|
||||||
res.result.audienceList.forEach(crowd=>{
|
// 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({
|
list.push({
|
||||||
id:crowd.id,
|
id:crowd.id,
|
||||||
kid:crowd.kid,
|
kid:'',
|
||||||
name:crowd.audienceName,
|
name:crowd.audienceName,
|
||||||
sysCreateTime:crowd.createAt,
|
sysCreateTime:crowd.createAt,
|
||||||
audienceType:crowd.audienceType,
|
audienceType:crowd.type,
|
||||||
users:crowd.totalMember,
|
users:crowd.totalMember,
|
||||||
type:crowd.type,
|
type:crowd.type,
|
||||||
status:crowd.status
|
status:crowd.status
|
||||||
|
|||||||
Reference in New Issue
Block a user