video/upload接口参数更改 #113
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user