diff --git a/src/views/accounting/report/index.vue b/src/views/accounting/report/index.vue index 31820e5f..1d26e4cd 100644 --- a/src/views/accounting/report/index.vue +++ b/src/views/accounting/report/index.vue @@ -91,10 +91,9 @@ - - + + + + + + + + + + + + + + { + this.accountingReportList = response.data.list; + this.total10 = response.data.total; + this.loading = false; + }); }, /** 获取目录号 */ getCatalogNum() { diff --git a/src/views/archives/record/index.vue b/src/views/archives/record/index.vue index 99135cb8..c8273555 100644 --- a/src/views/archives/record/index.vue +++ b/src/views/archives/record/index.vue @@ -423,6 +423,39 @@ prop="remark" /> + + + + + + + + + + + + + + { + this.accountingReportList = response.data.list; + this.total10 = response.data.total; + this.loading = false; + }); + }, /** * 文件预览 * @param fileUrl @@ -1394,7 +1438,10 @@ export default { this.getElectronicConsultationLineList(); } else if (row.fileType == "electronic_other") { this.getElectronicOtherLineList(); + }else if (row.fileType == "accounting_report") { + this.getAccountingReportPageLineList(); } + const id = row.id; getRecord(id).then((response) => { this.form = response.data;