From cec5f1982c5a2d0112c89f7991cd56761d521305 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 30 Nov 2023 22:10:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B8=E6=9F=A5=E9=A1=B5=E9=9D=A2=E9=99=84?= =?UTF-8?q?=E4=BB=B6=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/paymentdetailsDialog.vue | 16 +++++++++++----- .../components/archiveDetailsDialog.vue | 6 +++--- .../components/caseentryExamine.vue | 4 ++-- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/src/views/awardManagement/components/paymentdetailsDialog.vue b/src/views/awardManagement/components/paymentdetailsDialog.vue index 9de44d8..85e945d 100644 --- a/src/views/awardManagement/components/paymentdetailsDialog.vue +++ b/src/views/awardManagement/components/paymentdetailsDialog.vue @@ -74,10 +74,11 @@ v-model="arbitrateRecord.verificaOpinion" /> --> - + + - + @@ -111,6 +112,7 @@ export default { data() { return { // key: value + arbitrateRecordt: {}, form: {}, arbitrateRecord: { checkOpinion:"同意" @@ -190,7 +192,7 @@ export default { setTimeout(() => { this.form = this.detailform; console.log(this.detailform) - if(this.form.arbitrateRecord.checkOpinion == null ){ + if(this.form.arbitrateRecord && this.form.arbitrateRecord.checkOpinion == null ){ this.form.arbitrateRecord.checkOpinion = '同意' } this.arbitrateRecord = this.form.arbitrateRecord; @@ -204,6 +206,12 @@ export default { // 申请人裁决书 evidenceFile(val) { if (val) { + this.applicantFileArr = []; + this.applicantPathArr = []; + this.respondentFileArr = []; + this.respondenPathArr = []; + this.awardFileArr = []; + this.awardPathArr = []; this.bookFileArr = []; this.bookPathArr = []; val.caseAttachList.forEach((item) => { @@ -214,8 +222,6 @@ export default { this.respondentFileArr.push(item.annexName); this.respondenPathArr.push(item.annexPath); } else if (item.annexType == 3) { - this.awardFileArr = []; - this.awardPathArr = []; this.awardFileArr.push(item.annexName); this.awardPathArr.push(item.annexPath); } else if (item.annexType == 7) { diff --git a/src/views/caseFiling/components/archiveDetailsDialog.vue b/src/views/caseFiling/components/archiveDetailsDialog.vue index 80a6dd7..184e870 100644 --- a/src/views/caseFiling/components/archiveDetailsDialog.vue +++ b/src/views/caseFiling/components/archiveDetailsDialog.vue @@ -16,11 +16,11 @@ - + - + - +