feat:项目管理-历史记录-优化历史记录列表查询
This commit is contained in:
@@ -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 || '',
|
||||
|
||||
Reference in New Issue
Block a user