fix: update knowledge-id references in ParagraphDialog.vue for consistency

--bug=1058706 --user=刘瑞斌 【知识库】分段问题 6 个 https://www.tapd.cn/62980211/s/1730660
This commit is contained in:
CaptainB 2025-07-14 17:46:33 +08:00
parent 0356dfed1f
commit 9fc20ca53f

View File

@ -26,7 +26,7 @@
ref="paragraphFormRef" ref="paragraphFormRef"
:data="detail" :data="detail"
:isEdit="isEdit" :isEdit="isEdit"
:knowledge-id="dataset_id" :knowledge-id="id"
/> />
</div> </div>
</el-scrollbar> </el-scrollbar>
@ -42,7 +42,7 @@
<ProblemComponent <ProblemComponent
:paragraphId="paragraphId" :paragraphId="paragraphId"
:docId="document_id" :docId="document_id"
:knowledgeId="dataset_id" :knowledgeId="id"
:apiType="apiType" :apiType="apiType"
ref="ProblemRef" ref="ProblemRef"
/> />