feat:项目管理-历史记录-优化历史记录列表查询

This commit is contained in:
2025-12-23 10:29:15 +08:00
parent e43e34f3c6
commit 156d5357cd
4 changed files with 11 additions and 2 deletions

View File

@@ -387,6 +387,7 @@
<HistoryModal
v-model:visible="showHistory"
:interface-name="currentInterfaceName"
:project-id="props.data?.id"
@select="handleHistorySelect"
/>
</a-drawer>
@@ -559,6 +560,7 @@ const generateTableContent = async (sectionIndex: number) => {
try {
// 构建请求参数
const requestData = {
projectId: props.data?.id || '',
kbIds: props.data?.kbId || '',
libraryIds: props.data?.libraryIds || '',
projectLibrary: props.data?.projectLibrary || '',