mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:12:51 +00:00
feat:
This commit is contained in:
parent
fee8131262
commit
4db975e310
|
|
@ -152,7 +152,7 @@ function getDataset(resolve: 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.problem_text = data.problem_text
|
||||
form.value.content = data.answer_text
|
||||
|
|
|
|||
Loading…
Reference in New Issue