|
|
@@ -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
|
/** 获取案件详情信息 */
|
|
|
@@ -268,8 +269,8 @@ export default {
|
|
268
|
269
|
openmeeting() {
|
|
269
|
270
|
this.mediationVisable = false
|
|
270
|
271
|
window.open(
|
|
271
|
|
- `http://localhost:8080/#/home?name=${this.user}&id=${this.formData.id}&userId=${this.userId}&roomId=${this.formData.roomId}&type=tiaojie&token=${getToken()}`
|
|
272
|
|
- // `https://txroom.xayunmei.com/#/home?name=${this.user}&id=${this.formData.id}&userId=${this.userId}&roomId=${this.formData.roomId}&type=tiaojie&token=${getToken()}`
|
|
|
272
|
+ // `http://localhost:8080/#/home?name=${this.user}&id=${this.formData.id}&userId=${this.userId}&roomId=${this.formData.roomId}&type=tiaojie&token=${getToken()}`
|
|
|
273
|
+ `https://txroom.xayunmei.com/#/home?name=${this.user}&id=${this.formData.id}&userId=${this.userId}&roomId=${this.formData.roomId}&type=tiaojie&token=${getToken()}`
|
|
273
|
274
|
);
|
|
274
|
275
|
},
|
|
275
|
276
|
/**提交仲裁结果 */
|
|
|
@@ -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() {
|