feat:
This commit is contained in:
parent
fee8131262
commit
4db975e310
@ -152,7 +152,7 @@ function getDataset(resolve: any) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const open = (data: any) => {
|
const open = (data: any) => {
|
||||||
form.value.chat_id = data.chat
|
form.value.chat_id = data.chat_id
|
||||||
form.value.record_id = data.id
|
form.value.record_id = data.id
|
||||||
form.value.problem_text = data.problem_text
|
form.value.problem_text = data.problem_text
|
||||||
form.value.content = data.answer_text
|
form.value.content = data.answer_text
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user