Explorar el Código

Merge branch 'hcb' of SH-Arbitrate/Mediation-Frontend into dev

hanchaobo hace 2 años
padre
commit
278a041a8a
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      src/views/caseManagement/components/mediationApplications.vue

+ 2
- 1
src/views/caseManagement/components/mediationApplications.vue Ver fichero

@@ -50,6 +50,7 @@ export default {
50 50
                 Authorization: "Bearer " + getToken(),
51 51
             },
52 52
             filedata: {
53
+                isMediaBook:1,
53 54
                 annexType: null,
54 55
                 caseId: null
55 56
             },
@@ -87,7 +88,7 @@ export default {
87 88
             if (extension == 'docx' || extension == 'doc') {
88 89
                 this.filedata.annexType = 7
89 90
             } else if (extension == 'pdf') {
90
-                this.filedata.annexType = 13
91
+                this.filedata.annexType = 7
91 92
             }
92 93
             this.filedata.caseId = this.mediationLise.id
93 94
             this.fileList = fileList;