video/upload接口参数更改 #113

Merged
hanchaobo merged 2 commits from hcb into dev 2024-04-30 02:50:14 +00:00
@@ -50,6 +50,7 @@ export default {
Authorization: "Bearer " + getToken(), Authorization: "Bearer " + getToken(),
}, },
filedata: { filedata: {
isMediaBook:1,
annexType: null, annexType: null,
caseId: null caseId: null
}, },
@@ -87,7 +88,7 @@ export default {
if (extension == 'docx' || extension == 'doc') { if (extension == 'docx' || extension == 'doc') {
this.filedata.annexType = 7 this.filedata.annexType = 7
} else if (extension == 'pdf') { } else if (extension == 'pdf') {
this.filedata.annexType = 13 this.filedata.annexType = 7
} }
this.filedata.caseId = this.mediationLise.id this.filedata.caseId = this.mediationLise.id
this.fileList = fileList; this.fileList = fileList;