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