Bläddra i källkod

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

hanchaobo 2 år sedan
förälder
incheckning
c144befe51
1 ändrade filer med 4 tillägg och 1 borttagningar
  1. 4
    1
      src/views/caseManagement/components/mediation.vue

+ 4
- 1
src/views/caseManagement/components/mediation.vue Visa fil

228
     },
228
     },
229
     handlSuccess(res, file) {
229
     handlSuccess(res, file) {
230
       this.codes = res.code
230
       this.codes = res.code
231
-      this.attachList = [{ annexId: res.annexId }];
231
+      console.log(res)
232
+      this.attachList = [{ annexId: res.annexId,annexType:res.annexType}];
232
       // this.$set(this.mediationData, "attachList", {annexId:res.annexId});
233
       // this.$set(this.mediationData, "attachList", {annexId:res.annexId});
233
     },
234
     },
234
     /** 获取案件详情信息 */
235
     /** 获取案件详情信息 */
341
           id: this.mediationData.id,
342
           id: this.mediationData.id,
342
           caseFlowId: this.mediationData.caseFlowId,
343
           caseFlowId: this.mediationData.caseFlowId,
343
           attachList: this.attachList,
344
           attachList: this.attachList,
345
+          mediaResult: this.formData.mediaResult,
344
         }
346
         }
345
       } else {
347
       } else {
346
         if(this.formData.mediaResult != 1){
348
         if(this.formData.mediaResult != 1){
353
           mediaResult: this.formData.mediaResult,
355
           mediaResult: this.formData.mediaResult,
354
         }
356
         }
355
       }
357
       }
358
+      console.log(mediationVal)
356
       this.mediationFn(mediationVal);
359
       this.mediationFn(mediationVal);
357
     },
360
     },
358
     resultsMediation() {
361
     resultsMediation() {