Compare commits
No commits in common. "7733f88dae83afa0a0b9e80ca398959e4362681a" and "a506b4dcc1c81ba3be47f87a421cbcb1d5ff6e6d" have entirely different histories.
7733f88dae
...
a506b4dcc1
File diff suppressed because it is too large
Load Diff
@ -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)
|
||||
}
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user