Merge branch 'gyj' of SH-Arbitrate/Mediation-Frontend into dev

This commit was merged in pull request #112.
This commit is contained in:
2024-04-30 10:40:17 +08:00
committed by Gitea
@@ -228,7 +228,8 @@ export default {
}, },
handlSuccess(res, file) { handlSuccess(res, file) {
this.codes = res.code this.codes = res.code
this.attachList = [{ annexId: res.annexId }]; console.log(res)
this.attachList = [{ annexId: res.annexId,annexType:res.annexType}];
// this.$set(this.mediationData, "attachList", {annexId:res.annexId}); // this.$set(this.mediationData, "attachList", {annexId:res.annexId});
}, },
/** 获取案件详情信息 */ /** 获取案件详情信息 */
@@ -268,8 +269,8 @@ export default {
openmeeting() { openmeeting() {
this.mediationVisable = false this.mediationVisable = false
window.open( window.open(
`http://localhost:8080/#/home?name=${this.user}&id=${this.formData.id}&userId=${this.userId}&roomId=${this.formData.roomId}&type=tiaojie&token=${getToken()}` // `http://localhost:8080/#/home?name=${this.user}&id=${this.formData.id}&userId=${this.userId}&roomId=${this.formData.roomId}&type=tiaojie&token=${getToken()}`
// `https://txroom.xayunmei.com/#/home?name=${this.user}&id=${this.formData.id}&userId=${this.userId}&roomId=${this.formData.roomId}&type=tiaojie&token=${getToken()}` `https://txroom.xayunmei.com/#/home?name=${this.user}&id=${this.formData.id}&userId=${this.userId}&roomId=${this.formData.roomId}&type=tiaojie&token=${getToken()}`
); );
}, },
/**提交仲裁结果 */ /**提交仲裁结果 */
@@ -341,6 +342,7 @@ export default {
id: this.mediationData.id, id: this.mediationData.id,
caseFlowId: this.mediationData.caseFlowId, caseFlowId: this.mediationData.caseFlowId,
attachList: this.attachList, attachList: this.attachList,
mediaResult: this.formData.mediaResult,
} }
} else { } else {
if(this.formData.mediaResult != 1){ if(this.formData.mediaResult != 1){
@@ -353,6 +355,7 @@ export default {
mediaResult: this.formData.mediaResult, mediaResult: this.formData.mediaResult,
} }
} }
console.log(mediationVal)
this.mediationFn(mediationVal); this.mediationFn(mediationVal);
}, },
resultsMediation() { resultsMediation() {