Procházet zdrojové kódy

调解回显问题

hanchaobo před 2 roky
rodič
revize
9e3c6928f0
2 změnil soubory, kde provedl 7 přidání a 6 odebrání
  1. 5
    5
      src/App.vue
  2. 2
    1
      src/views/caseManagement/components/mediation.vue

+ 5
- 5
src/App.vue Zobrazit soubor

3
     <router-view />
3
     <router-view />
4
     <theme-picker />
4
     <theme-picker />
5
     <div class="onlyoffice">
5
     <div class="onlyoffice">
6
-      <div id="placeholder" v-show="flag"></div>
6
+      <div id="placeholder"></div>
7
     </div>
7
     </div>
8
   </div>
8
   </div>
9
 </template>
9
 </template>
66
         },
66
         },
67
         "title": "调解申请书模板.docx",
67
         "title": "调解申请书模板.docx",
68
         "fileType": "docx",
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
         "info": {
71
         "info": {
72
           "sharingSettings": [
72
           "sharingSettings": [
73
             {
73
             {
101
 }
101
 }
102
 
102
 
103
 .onlyoffice {
103
 .onlyoffice {
104
-  width: 0px;
105
-  height: 0px;
104
+  width: 0;
105
+  height: 0;
106
 }
106
 }
107
 </style>
107
 </style>

+ 2
- 1
src/views/caseManagement/components/mediation.vue Zobrazit soubor

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