fix: lark sync
This commit is contained in:
parent
df49c5ba5c
commit
f545a51397
@ -895,7 +895,7 @@ function syncLarkMulDocument() {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
loadSharedApi({ type: 'document', systemType: apiType.value })
|
loadSharedApi({ type: 'document', systemType: apiType.value })
|
||||||
.delMulLarkSyncDocument(id, arr, loading)
|
.putMulLarkSyncDocument(id, arr, loading)
|
||||||
.then(() => {
|
.then(() => {
|
||||||
MsgSuccess(t('views.document.sync.successMessage'))
|
MsgSuccess(t('views.document.sync.successMessage'))
|
||||||
getList()
|
getList()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user