调解回显问题 #93
+5
-5
@@ -3,7 +3,7 @@
|
||||
<router-view />
|
||||
<theme-picker />
|
||||
<div class="onlyoffice">
|
||||
<div id="placeholder" v-show="flag"></div>
|
||||
<div id="placeholder"></div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@@ -66,8 +66,8 @@ export default {
|
||||
},
|
||||
"title": "调解申请书模板.docx",
|
||||
"fileType": "docx",
|
||||
"key": "835cc5e86a7544759fdee69d3adb150c",
|
||||
"url": "http://121.40.189.20:9090/download/835cc5e86a7544759fdee69d3adb150c",
|
||||
"key": "6ae50056ac5e4e3ba09be430d444699c",
|
||||
"url": "http://121.40.189.20:9090/download/6ae50056ac5e4e3ba09be430d444699c",
|
||||
"info": {
|
||||
"sharingSettings": [
|
||||
{
|
||||
@@ -101,7 +101,7 @@ export default {
|
||||
}
|
||||
|
||||
.onlyoffice {
|
||||
width: 0px;
|
||||
height: 0px;
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -233,7 +233,8 @@ export default {
|
||||
if(res.data.mediaResult){
|
||||
this.formData = res.data;
|
||||
}else{
|
||||
this.$nextTick(this.filedata,"mediaResult",1)
|
||||
this.formData = res.data;
|
||||
this.formData.mediaResult = 1;
|
||||
}
|
||||
|
||||
console.log(this.formData)
|
||||
|
||||
Reference in New Issue
Block a user