diff --git a/src/views/awardManagement/components/paymentdetailsDialog.vue b/src/views/awardManagement/components/paymentdetailsDialog.vue index 9de44d8..22f663f 100644 --- a/src/views/awardManagement/components/paymentdetailsDialog.vue +++ b/src/views/awardManagement/components/paymentdetailsDialog.vue @@ -74,7 +74,8 @@ v-model="arbitrateRecord.verificaOpinion" /> --> - + + @@ -111,9 +112,11 @@ export default { data() { return { // key: value + arbitrateRecordt: {}, form: {}, arbitrateRecord: { - checkOpinion:"同意" + // checkOpinion:"同意" + checkOpinion:"" }, // 表单校验 rules: { @@ -187,15 +190,15 @@ export default { (this.respondenPathArr = []), //被申请人 (this.awardFileArr = []), //裁决书 (this.awardPathArr = []), //裁决书 - setTimeout(() => { + // setTimeout(() => { this.form = this.detailform; - console.log(this.detailform) - if(this.form.arbitrateRecord.checkOpinion == null ){ - this.form.arbitrateRecord.checkOpinion = '同意' - } - this.arbitrateRecord = this.form.arbitrateRecord; + // if(this.form.arbitrateRecord && this.form.arbitrateRecord.checkOpinion == null ){ + // this.form.arbitrateRecord.checkOpinion = '同意'; + this.arbitrateRecord.checkOpinion = ''; + // } + // this.arbitrateRecord = this.form.arbitrateRecord; this.evidenceFile(this.form); - }, 1000); + // }, 1000); } }, }, @@ -204,6 +207,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 +223,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..859fde9 100644 --- a/src/views/caseFiling/components/archiveDetailsDialog.vue +++ b/src/views/caseFiling/components/archiveDetailsDialog.vue @@ -16,11 +16,11 @@ - + - + - +