|
|
@ -150,7 +150,7 @@ |
|
|
|
this.form.transfer_image_id = trList.join(','); |
|
|
|
this.form.transfer_image_id = trList.join(','); |
|
|
|
// 聊天记录 |
|
|
|
// 聊天记录 |
|
|
|
let atList = [] |
|
|
|
let atList = [] |
|
|
|
this.chatList = this.chatList.concat(this.handleList); |
|
|
|
this.chatList = this.chatList.concat(this.handChatList); |
|
|
|
this.chatList.forEach(item => { |
|
|
|
this.chatList.forEach(item => { |
|
|
|
atList.push(item.file_id) |
|
|
|
atList.push(item.file_id) |
|
|
|
}); |
|
|
|
}); |
|
|
|