mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 19:06:43 +08:00
修改数量问题
This commit is contained in:
@@ -455,6 +455,7 @@
|
||||
let ids=[];
|
||||
let allList=[];
|
||||
res.result.list.forEach(item=>{
|
||||
item.answers=item.replys;
|
||||
item.showAll=false;
|
||||
item.avatar='';
|
||||
item.orgInfo='';
|
||||
|
||||
@@ -341,6 +341,7 @@
|
||||
let ids=[];
|
||||
let allList=[];
|
||||
res.result.list.forEach(item=>{
|
||||
item.answers=item.comments;
|
||||
item.showAll=false;
|
||||
item.title = this.name;
|
||||
item.replyList = [];
|
||||
@@ -353,6 +354,7 @@
|
||||
ids.push(item.sysCreateAid);
|
||||
if(item.replyList && item.replyList!=''){
|
||||
item.replyList.forEach(reply=>{
|
||||
reply.answers=reply.comments;
|
||||
reply.title=this.name;
|
||||
reply.avatar='';
|
||||
reply.orgInfo='';
|
||||
|
||||
Reference in New Issue
Block a user