diff --git a/src/views/caseManagement/components/caseFilingDetailsPage.vue b/src/views/caseManagement/components/caseFilingDetailsPage.vue index 3c8ec93..ba05890 100644 --- a/src/views/caseManagement/components/caseFilingDetailsPage.vue +++ b/src/views/caseManagement/components/caseFilingDetailsPage.vue @@ -30,16 +30,16 @@
- 签署前调解书: -
- {{ item.annexName }} -
+ 签署前调解书: +
+ {{ item.annexName }} +
-
- 签署后调解书: -
- {{ item.annexName }} -
+
+ 签署后调解书: +
+ {{ item.annexName }} +
@@ -107,7 +107,7 @@
- +
@@ -132,14 +132,6 @@
- - - - 自然人 - 机构 - - -
@@ -148,8 +140,16 @@
- - + + + 自然人 + 机构 + + + + + - + - + + + + - - + + + + + + + + + 男 + 女 + + + + + - + - + - + - - + + - - + - - + + - + @@ -364,8 +384,8 @@ - - + - - + - + + + 自然人 + 机构 + + + + + - + + + + + + @@ -424,8 +463,39 @@ - + + + + + + + + + + + + + + + + + + - - + + + + + - + + + + + + + + + + - + @@ -513,8 +616,8 @@
- - + - - + + - - + - + @@ -555,13 +658,13 @@ - - + + - - + - - + -
- + + @@ -647,7 +750,7 @@ export default { } ], idTypeList: [ - + ] }; }, @@ -668,7 +771,7 @@ export default { }, created() { - + }, methods: { isNoData(data, type) { @@ -702,13 +805,13 @@ export default { }); }, /** 查看证据 */ - fileDetil(val,flag) { - if(flag==1){ - window.open(this.fileURL + val); - }else if(flag==2){ - this.$router.push({ path: '/onlyoffice', query: { id: val, flag: 0 } }) + fileDetil(val, flag) { + if (flag == 1) { + window.open(this.fileURL + val); + } else if (flag == 2) { + this.$router.push({ path: '/onlyoffice', query: { id: val, flag: 0 } }) } - + }, /** 文件上传地址 */ UploadUrl() { diff --git a/src/views/caseManagement/components/mediation.vue b/src/views/caseManagement/components/mediation.vue index a67a62d..f7d95fe 100644 --- a/src/views/caseManagement/components/mediation.vue +++ b/src/views/caseManagement/components/mediation.vue @@ -268,8 +268,8 @@ export default { openmeeting() { this.mediationVisable = false window.open( - // `http://localhost:8080/#/home?name=${this.user}&id=${this.formData.id}&userId=${this.userId}&roomId=${this.formData.roomId}&type=tiaojie&token=${getToken()}` - `https://txroom.xayunmei.com/#/home?name=${this.user}&id=${this.formData.id}&userId=${this.userId}&roomId=${this.formData.roomId}&type=tiaojie&token=${getToken()}` + `http://localhost:8080/#/home?name=${this.user}&id=${this.formData.id}&userId=${this.userId}&roomId=${this.formData.roomId}&type=tiaojie&token=${getToken()}` + // `https://txroom.xayunmei.com/#/home?name=${this.user}&id=${this.formData.id}&userId=${this.userId}&roomId=${this.formData.roomId}&type=tiaojie&token=${getToken()}` ); }, /**提交仲裁结果 */ diff --git a/src/views/onlyoffice/onlyoffice.vue b/src/views/onlyoffice/onlyoffice.vue index 6ef325f..437991f 100644 --- a/src/views/onlyoffice/onlyoffice.vue +++ b/src/views/onlyoffice/onlyoffice.vue @@ -40,7 +40,6 @@ export default { .then((res) => { this.config = res.data; // this.config.callbackUrl = this.config.callbackUrl + `/${this.userId}`; - console.log(res.data, "OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO"); var docEditor = new DocsAPI.DocEditor("placeholder", this.config); }); },