feat: updateSyncStatus spaceId change to spaceName

This commit is contained in:
wb-lh513319
2024-08-19 16:39:59 +08:00
parent edcb73c9e9
commit 3be68f91ee

View File

@@ -106,7 +106,7 @@ export default function Segmentation(props: IProps) {
async function updateSyncStatus(docIds: Array<number>) { async function updateSyncStatus(docIds: Array<number>) {
const [, docs] = await apiInterceptors( const [, docs] = await apiInterceptors(
getDocumentList(spaceId as any, { getDocumentList(spaceName as any, {
doc_ids: docIds, doc_ids: docIds,
}), }),
); );