hanchaobo 2 лет назад
Родитель
Сommit
9e3c6928f0
2 измененных файлов: 7 добавлений и 6 удалений
  1. 5
    5
      src/App.vue
  2. 2
    1
      src/views/caseManagement/components/mediation.vue

+ 5
- 5
src/App.vue Просмотреть файл

@@ -3,7 +3,7 @@
3 3
     <router-view />
4 4
     <theme-picker />
5 5
     <div class="onlyoffice">
6
-      <div id="placeholder" v-show="flag"></div>
6
+      <div id="placeholder"></div>
7 7
     </div>
8 8
   </div>
9 9
 </template>
@@ -66,8 +66,8 @@ export default {
66 66
         },
67 67
         "title": "调解申请书模板.docx",
68 68
         "fileType": "docx",
69
-        "key": "835cc5e86a7544759fdee69d3adb150c",
70
-        "url": "http://121.40.189.20:9090/download/835cc5e86a7544759fdee69d3adb150c",
69
+        "key": "6ae50056ac5e4e3ba09be430d444699c",
70
+        "url": "http://121.40.189.20:9090/download/6ae50056ac5e4e3ba09be430d444699c",
71 71
         "info": {
72 72
           "sharingSettings": [
73 73
             {
@@ -101,7 +101,7 @@ export default {
101 101
 }
102 102
 
103 103
 .onlyoffice {
104
-  width: 0px;
105
-  height: 0px;
104
+  width: 0;
105
+  height: 0;
106 106
 }
107 107
 </style>

+ 2
- 1
src/views/caseManagement/components/mediation.vue Просмотреть файл

@@ -233,7 +233,8 @@ export default {
233 233
         if(res.data.mediaResult){
234 234
            this.formData = res.data;
235 235
         }else{
236
-          this.$nextTick(this.filedata,"mediaResult",1)
236
+          this.formData = res.data;
237
+          this.formData.mediaResult = 1;
237 238
         }
238 239
        
239 240
         console.log(this.formData)