From b30d79a516ec5d751cf617f82b92f376b8eec83b Mon Sep 17 00:00:00 2001 From: gyj Date: Wed, 13 Dec 2023 18:47:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B3=E8=AF=B7=E4=BA=BA=E5=92=8C=E8=A2=AB?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E4=BA=BA=E6=98=AF=E5=90=A6=E4=B9=A6=E9=9D=A2?= =?UTF-8?q?=E5=AE=A1=E7=90=86=EF=BC=8C=E7=94=B3=E8=AF=B7=E4=BA=BA=E7=BC=BA?= =?UTF-8?q?=E5=B8=AD=E5=90=8E=E6=8C=89=E9=92=AE=E7=BD=AE=E7=81=B0=EF=BC=8C?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E4=B8=8D=E7=94=A8=E8=B0=83=E7=94=A8=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/caseManagement/caseList.vue | 1 + .../components/caseentryDialog.vue | 17 +++++++++++++++-- .../components/trialincourtDialog.vue | 3 ++- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/src/views/caseManagement/caseList.vue b/src/views/caseManagement/caseList.vue index afb3f4e..0d157d6 100644 --- a/src/views/caseManagement/caseList.vue +++ b/src/views/caseManagement/caseList.vue @@ -821,6 +821,7 @@ export default { // console.log(this.caseAttachList,"caseAttachList") this.form.requestRule = res.data.requestRule; this.form.properPreser = res.data.properPreser; + this.form.applicantIsWrittenHear = 1 }); }, // 删除 diff --git a/src/views/caseManagement/components/caseentryDialog.vue b/src/views/caseManagement/components/caseentryDialog.vue index ddc4a12..53dc884 100644 --- a/src/views/caseManagement/components/caseentryDialog.vue +++ b/src/views/caseManagement/components/caseentryDialog.vue @@ -72,13 +72,21 @@ :autosize="{ minRows: 4, maxRows: 8 }" /> - + 是 否 + + + + + 是 + 否 + + @@ -500,6 +508,7 @@ { required: true, message: '请选择性别' + }, ]"> @@ -664,6 +673,9 @@ export default { activeName: 'first', fileURL: window.location.origin + "/API", formData: this.form, + // formData:{ + // applicantIsWrittenHear:1 + // }, filedata: { annexType: 2, }, @@ -811,7 +823,8 @@ export default { { required: true, }, - ], + ] + }, // annexId: '', caseAttachListArr: [], diff --git a/src/views/caseManagement/components/trialincourtDialog.vue b/src/views/caseManagement/components/trialincourtDialog.vue index d677aad..f31cc5d 100644 --- a/src/views/caseManagement/components/trialincourtDialog.vue +++ b/src/views/caseManagement/components/trialincourtDialog.vue @@ -150,7 +150,7 @@ @@ -490,6 +490,7 @@ export default { this.$modal.msgSuccess("提交成功"); this.showsubmit = false; this.closeArbitrationresults(); + console.log(this.form2) this.form2.respondentOpinion =""; this.form2.applicantOpinion = "";