Compare commits

..

No commits in common. "7733f88dae83afa0a0b9e80ca398959e4362681a" and "a506b4dcc1c81ba3be47f87a421cbcb1d5ff6e6d" have entirely different histories.

3 changed files with 781 additions and 902 deletions

File diff suppressed because it is too large Load Diff

View File

@ -131,6 +131,8 @@ const onSubmit = () => {
talk_type: item.talk_type
}
})
console.log('data', data);
console.log('checkedFilter.value', checkedFilter.value);
emit('on-submit', data)
}

View File

@ -59,6 +59,7 @@ const onContactModal = (data: { receiver_id: number; talk_type: number }[]) => {
group_ids.push(o.receiver_id)
}
}
console.log('user_ids',user_ids)
dialogueStore.ApiForwardRecord({
mode: forwardMode.value,
message_ids: msg_ids,