Explorar el Código

Merge branch 'dev' of http://git.xayunmei.com/SH-Arbitrate/Mediation-Frontend into hcb

hanchaobo hace 2 años
padre
commit
cb7387c631
Se han modificado 1 ficheros con 7 adiciones y 1 borrados
  1. 7
    1
      src/views/caseManagement/components/mediation.vue

+ 7
- 1
src/views/caseManagement/components/mediation.vue Ver fichero

230
     /** 获取案件详情信息 */
230
     /** 获取案件详情信息 */
231
     caseApplicationSelectByIdFn(data) {
231
     caseApplicationSelectByIdFn(data) {
232
       caseApplicationSelectById(data).then(res => {
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
         this.applicateArr = res.data.caseAttachList;
240
         this.applicateArr = res.data.caseAttachList;
235
         res.data.caseAttachList.forEach(item => {
241
         res.data.caseAttachList.forEach(item => {
236
           if (item.annexType == 6) {
242
           if (item.annexType == 6) {