Skip to content

Commit ea3fd01

Browse files
ziyujiahaoXiaJunjie2020
authored andcommitted
fix(dashboard): Fix the issue where the predicted data cannot be displayed on the data dashboard
1 parent bc984c0 commit ea3fd01

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

frontend/src/views/chat/chat-block/ChartBlock.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ const showLabel = ref(false)
219219
function addToDashboard() {
220220
const recordeInfo = {
221221
id: '1-1',
222+
sourceRecordId: props.message?.record.id,
223+
sourceChatId: props.message?.record.chat_id,
222224
data: {
223225
data: data.value,
224226
},

0 commit comments

Comments
 (0)