From 573265f7d79341298ba4287be38f00ddbc66e7ec Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期五, 07 三月 2025 12:00:51 +0800 Subject: [PATCH] 标准查新bug --- src/views/CNAS/systemManagement/internalAuditManagement/components/auditReport.vue | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/views/CNAS/systemManagement/internalAuditManagement/components/auditReport.vue b/src/views/CNAS/systemManagement/internalAuditManagement/components/auditReport.vue index 1eb6332..a29da33 100644 --- a/src/views/CNAS/systemManagement/internalAuditManagement/components/auditReport.vue +++ b/src/views/CNAS/systemManagement/internalAuditManagement/components/auditReport.vue @@ -229,7 +229,6 @@ this.tableLoading = true pageInternalReport({ ...entity, ...page }).then(res => { this.tableLoading = false - if (res.code === 201) return this.tableData = res.data.records this.page.total = res.data.total }).catch(err => { @@ -281,7 +280,6 @@ handleDown(row) { exportInternalReport({ reportId: row.reportId }).then(res => { this.outLoading = false - this.$message.success('瀵煎嚭鎴愬姛') const blob = new Blob([res], { type: 'application/msword' }); this.$download.saveAs(blob, '鍐呭鎶ュ憡' + '.docx'); }) -- Gitblit v1.9.3