소스 검색

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

hanchaobo 2 년 전
부모
커밋
278a041a8a
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      src/views/caseManagement/components/mediationApplications.vue

+ 2
- 1
src/views/caseManagement/components/mediationApplications.vue 파일 보기

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