From 58192a194d0667ebb880a16cbde36363fdc1d535 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期五, 07 三月 2025 15:03:59 +0800 Subject: [PATCH] 删除无用代码 修改前端下载方法 --- src/views/CNAS/systemManagement/internalAuditManagement/components/yearPlan.vue | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/views/CNAS/systemManagement/internalAuditManagement/components/yearPlan.vue b/src/views/CNAS/systemManagement/internalAuditManagement/components/yearPlan.vue index 77b898f..12b872d 100644 --- a/src/views/CNAS/systemManagement/internalAuditManagement/components/yearPlan.vue +++ b/src/views/CNAS/systemManagement/internalAuditManagement/components/yearPlan.vue @@ -4,11 +4,11 @@ <span class="search-group"> <span style="width: 160px">鍐呭鐩殑锛�</span> <el-input v-model="searchForm.purpose" clearable size="small"></el-input> - <el-button size="medium" style="margin-left: 10px" @click="resetSearchForm">閲� 缃�</el-button> - <el-button size="medium" type="primary" @click="searchList">鏌� 璇�</el-button> + <el-button size="small" style="margin-left: 10px" @click="resetSearchForm">閲� 缃�</el-button> + <el-button size="small" type="primary" @click="searchList">鏌� 璇�</el-button> </span> <span class="search-group"> - <el-button size="medium" type="primary" @click="openFormDia('add')">鏂� 澧�</el-button> + <el-button size="small" type="primary" @click="openFormDia('add')">鏂� 澧�</el-button> </span> </div> <div class="table"> @@ -274,7 +274,6 @@ handleDown(row) { exportInternalPlan({ planId: row.planId }).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