|
|
@@ -230,7 +230,13 @@ export default {
|
|
230
|
230
|
/** 获取案件详情信息 */
|
|
231
|
231
|
caseApplicationSelectByIdFn(data) {
|
|
232
|
232
|
caseApplicationSelectById(data).then(res => {
|
|
233
|
|
- this.formData = res.data;
|
|
|
233
|
+ if(res.data.mediaResult){
|
|
|
234
|
+ this.formData = res.data;
|
|
|
235
|
+ }else{
|
|
|
236
|
+ this.$nextTick(this.filedata,"mediaResult",1)
|
|
|
237
|
+ }
|
|
|
238
|
+
|
|
|
239
|
+ console.log(this.formData)
|
|
234
|
240
|
this.applicateArr = res.data.caseAttachList;
|
|
235
|
241
|
res.data.caseAttachList.forEach(item => {
|
|
236
|
242
|
if (item.annexType == 6) {
|