fix: lark sync

This commit is contained in:
wangdan-fit2cloud 2025-07-03 13:19:27 +08:00
parent df49c5ba5c
commit f545a51397

View File

@ -895,7 +895,7 @@ function syncLarkMulDocument() {
}
})
loadSharedApi({ type: 'document', systemType: apiType.value })
.delMulLarkSyncDocument(id, arr, loading)
.putMulLarkSyncDocument(id, arr, loading)
.then(() => {
MsgSuccess(t('views.document.sync.successMessage'))
getList()