From fa4e3b36215f9685a099b240f5d0599b35406cd5 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Fri, 16 Aug 2024 16:50:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/cost/csotSettlement/costApplyList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/cost/csotSettlement/costApplyList.vue b/src/views/cost/csotSettlement/costApplyList.vue index a6e1bc8..1cf0910 100644 --- a/src/views/cost/csotSettlement/costApplyList.vue +++ b/src/views/cost/csotSettlement/costApplyList.vue @@ -333,7 +333,7 @@ export default { /** 批量导出月结明细表 */ handleBatchExport() { console.log('批量导出月结明细表') - + this.exportParams = [] if (this.ids.length < 1) { this.$message.error('请勾选需要导出的数据!') return @@ -348,7 +348,6 @@ export default { }) this.exportDialogVisible = true - this.$refs.tableRef.clearSelection() }, /** 关闭弹框 */ handleCloseDialog() { @@ -369,6 +368,7 @@ export default { ) this.exportDialogVisible = false + this.$refs.tableRef.clearSelection() }, /** 月结记录 */ handleMonthRecord(row) {