From 2616fa245c5735d1feeb855587720b0b1b9a9cc0 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Fri, 16 Aug 2024 15:31:36 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=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/component/monthRecord.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/cost/csotSettlement/component/monthRecord.vue b/src/views/cost/csotSettlement/component/monthRecord.vue index c4e2583..0d242a3 100644 --- a/src/views/cost/csotSettlement/component/monthRecord.vue +++ b/src/views/cost/csotSettlement/component/monthRecord.vue @@ -256,6 +256,7 @@ export default { this.resetForm('monthRecordFormRef') this.monthRecordParams.startTime = '' this.monthRecordParams.endTime = '' + this.dateMonth = '' this.getMonthRecordList() }, /** 导出按钮 */