diff --git a/src/views/caseManagement/caseList.vue b/src/views/caseManagement/caseList.vue index 0fc43e2..38f3a86 100644 --- a/src/views/caseManagement/caseList.vue +++ b/src/views/caseManagement/caseList.vue @@ -141,7 +141,7 @@ :timeConfirmData="timeConfirmData" @getList="getList" :queryParams="queryParams"> + :mediationData="mediationData" @getList="getList" :queryParams="queryParams" :applicant="applicant"> @@ -275,6 +275,7 @@ export default { caseStausArr: [], //案件状态 isapplicant: true, //判断角色申请人或非申请人 caseFilingData: {}, + applicant:"" }; }, created() { @@ -442,7 +443,6 @@ export default { // }) // .catch(() => { }); msCaseSignUrlApplyPC({ caseId: row.id }).then((res) => { - console.log(res, "PPPPPPPPPPPPPPPPPPPP"); window.open(res.data.sealUrl); }); }, @@ -459,6 +459,7 @@ export default { mediationClick(val) { this.mediationVisable = true; this.mediationData = val; + this.applicant = val.applicationName; }, /** 确认调解书 */ confirmMediation(val) { diff --git a/src/views/caseManagement/components/addCase.vue b/src/views/caseManagement/components/addCase.vue index 0a333f5..081d6ea 100644 --- a/src/views/caseManagement/components/addCase.vue +++ b/src/views/caseManagement/components/addCase.vue @@ -64,7 +64,7 @@
-
+
{{ item.annexName }}
@@ -113,8 +113,9 @@ - 新增申请人信息 - + 新增申请人信息 +
@@ -162,8 +163,8 @@ - - + @@ -366,12 +367,14 @@ - 删除 + 删除
- 新增被申请人信息 - + 新增被申请人信息 +
@@ -380,7 +383,7 @@
- + + + + + + @@ -400,7 +414,7 @@ - + - - + - + - - + - + + + + + + + + + + + - + - + @@ -569,7 +606,8 @@ - 删除 + 删除
@@ -595,6 +633,15 @@ {{ item.annexName }}
+ +
+ 视频资料 +
+
+ +
+