perf: export source

This commit is contained in:
archer
2023-06-14 23:14:26 +08:00
parent cf3eb3b7b5
commit c6259fca78
4 changed files with 8 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ export const getKbDataList = (data: GetKbDataListProps) =>
* 获取导出数据(不分页)
*/
export const getExportDataList = (kbId: string) =>
GET<[string, string][]>(
GET<[string, string, string][]>(
`/plugins/kb/data/exportModelData`,
{ kbId },
{