Skip to content

Commit 9fc20ca

Browse files
committed
fix: update knowledge-id references in ParagraphDialog.vue for consistency
--bug=1058706 --user=刘瑞斌 【知识库】分段问题 6 个 https://www.tapd.cn/62980211/s/1730660
1 parent 0356dfe commit 9fc20ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/views/paragraph/component/ParagraphDialog.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
ref="paragraphFormRef"
2727
:data="detail"
2828
:isEdit="isEdit"
29-
:knowledge-id="dataset_id"
29+
:knowledge-id="id"
3030
/>
3131
</div>
3232
</el-scrollbar>
@@ -42,7 +42,7 @@
4242
<ProblemComponent
4343
:paragraphId="paragraphId"
4444
:docId="document_id"
45-
:knowledgeId="dataset_id"
45+
:knowledgeId="id"
4646
:apiType="apiType"
4747
ref="ProblemRef"
4848
/>

0 commit comments

Comments
 (0)