update 文档拆分参数
This commit is contained in:
@@ -164,8 +164,7 @@ export default {
|
||||
const nameSuffix = name[name.length - 1]
|
||||
if (nameSuffix.toLowerCase() === 'doc' || nameSuffix.toLowerCase() === 'docx') {
|
||||
const params = {
|
||||
fileId: file.id,
|
||||
id: '2'
|
||||
fileId: file.id
|
||||
}
|
||||
this.loading = true
|
||||
addDocSplit(params).then(res => {
|
||||
|
||||
Reference in New Issue
Block a user