Merge branch 'hcb' of SH-Arbitrate/Mediation-Frontend into dev
This commit was merged in pull request #113.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user