Przeglądaj źródła

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

hanchaobo 2 lat temu
rodzic
commit
c144befe51

+ 4
- 1
src/views/caseManagement/components/mediation.vue Wyświetl plik

@@ -228,7 +228,8 @@ export default {
228 228
     },
229 229
     handlSuccess(res, file) {
230 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 233
       // this.$set(this.mediationData, "attachList", {annexId:res.annexId});
233 234
     },
234 235
     /** 获取案件详情信息 */
@@ -341,6 +342,7 @@ export default {
341 342
           id: this.mediationData.id,
342 343
           caseFlowId: this.mediationData.caseFlowId,
343 344
           attachList: this.attachList,
345
+          mediaResult: this.formData.mediaResult,
344 346
         }
345 347
       } else {
346 348
         if(this.formData.mediaResult != 1){
@@ -353,6 +355,7 @@ export default {
353 355
           mediaResult: this.formData.mediaResult,
354 356
         }
355 357
       }
358
+      console.log(mediationVal)
356 359
       this.mediationFn(mediationVal);
357 360
     },
358 361
     resultsMediation() {