提交调整

This commit is contained in:
daihh
2022-12-05 14:57:12 +08:00
parent 5582acfb94
commit 071a1d7a73
3 changed files with 19 additions and 7 deletions

View File

@@ -105,7 +105,9 @@
if(res.result.list.length!=0){
res.result.list.forEach(item => {
item.authorInfo={avatar:'',name:'',code:'',sex:null};
ids.push(item.sendAid);
if(item.sendAid){
ids.push(item.sendAid);
}
item.checked = false;
this.message.list.push(item);
});