Browse Source

video/upload接口参数更改

hanchaobo 2 years ago
parent
commit
c291d70a9f

+ 2
- 2
src/views/caseManagement/components/mediation.vue View File

@@ -268,8 +268,8 @@ export default {
268 268
     openmeeting() {
269 269
       this.mediationVisable = false
270 270
       window.open(
271
-        `http://localhost:8080/#/home?name=${this.user}&id=${this.formData.id}&userId=${this.userId}&roomId=${this.formData.roomId}&type=tiaojie&token=${getToken()}`
272
-        // `https://txroom.xayunmei.com/#/home?name=${this.user}&id=${this.formData.id}&userId=${this.userId}&roomId=${this.formData.roomId}&type=tiaojie&token=${getToken()}`
271
+        // `http://localhost:8080/#/home?name=${this.user}&id=${this.formData.id}&userId=${this.userId}&roomId=${this.formData.roomId}&type=tiaojie&token=${getToken()}`
272
+        `https://txroom.xayunmei.com/#/home?name=${this.user}&id=${this.formData.id}&userId=${this.userId}&roomId=${this.formData.roomId}&type=tiaojie&token=${getToken()}`
273 273
       );
274 274
     },
275 275
     /**提交仲裁结果 */

+ 2
- 1
src/views/caseManagement/components/mediationApplications.vue View File

@@ -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;