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