This commit is contained in:
gyj
2024-04-30 13:44:12 +08:00
@@ -50,6 +50,7 @@ export default {
Authorization: "Bearer " + getToken(),
},
filedata: {
isMediaBook:1,
annexType: null,
caseId: null
},
@@ -87,7 +88,7 @@ export default {
if (extension == 'docx' || extension == 'doc') {
this.filedata.annexType = 7
} else if (extension == 'pdf') {
this.filedata.annexType = 13
this.filedata.annexType = 7
}
this.filedata.caseId = this.mediationLise.id
this.fileList = fileList;