视频bug修改
This commit is contained in:
@@ -199,7 +199,7 @@
|
||||
</evidenceDialog>
|
||||
|
||||
<!-- 开庭时间修改 -->
|
||||
<timeDialog :timeVisable="timeVisable" @getcaseApply="getcaseApply" @cancelTime="cancelTime" :timeData="timeData">
|
||||
<timeDialog :timeVisable="timeVisable" @getcaseApply="getcaseApply" @cancelTime="cancelTime" :timeData="timeData" :queryParams="queryParams">
|
||||
</timeDialog>
|
||||
<!-- 批量操作弹窗 -->
|
||||
<operateDialog :queryParams="queryParams" :operateStatus="operateStatus" :operateVisable="operateVisable"
|
||||
@@ -685,6 +685,7 @@ export default {
|
||||
selectCaseApply({ id }).then((res) => {
|
||||
// this.visible = true;
|
||||
// this.formData = res.data;
|
||||
this.form.caseName = res.data.caseName;
|
||||
this.adjudicatename = {
|
||||
applicantName: res.data.applicantName,
|
||||
respondentName: res.data.respondentName,
|
||||
|
||||
Reference in New Issue
Block a user