update 文档拆分

This commit is contained in:
赵霄
2023-10-12 17:42:03 +08:00
parent 505c07fd88
commit 999ca5f719
15 changed files with 388 additions and 62 deletions
@@ -164,7 +164,12 @@ export default {
const nameSuffix = name[name.length - 1]
if (nameSuffix.toLowerCase() === 'doc' || nameSuffix.toLowerCase() === 'docx') {
const params = {
fileId: file.id
fileId: file.id,
standardId: file.standardId,
serialNumber: file.standardNumber,
title: file.standardName,
fileType: file.standardFileType,
fileName: file.fileName
}
this.loading = true
addDocSplit(params).then(res => {