修改数量问题

This commit is contained in:
daihh
2022-10-31 19:27:48 +08:00
parent 5340270585
commit 8785931871
2 changed files with 3 additions and 0 deletions

View File

@@ -455,6 +455,7 @@
let ids=[];
let allList=[];
res.result.list.forEach(item=>{
item.answers=item.replys;
item.showAll=false;
item.avatar='';
item.orgInfo='';

View File

@@ -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='';