From c5a7b4f3aa888ea5ccf0c598e9a9210f98f9941e Mon Sep 17 00:00:00 2001
From: wk
Date: 星期四, 13 六月 2024 16:19:18 +0800
Subject: [PATCH] feat:登录图标

---
 pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue b/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue
index c8ac99b..a3d43d3 100644
--- a/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue
+++ b/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue
@@ -554,12 +554,15 @@
 				this.filedList.forEach(v => {
 					v.active = false;
 				});
+        this.getTmTaskCoalData()
 			},
 			confirm(e) {
 				console.log(e, '鏃ユ湡閫夋嫨');
 				this.first = e.range.before;
 				this.last = e.range.after;
-				this.conditinonShow = false;
+        this.$nextTick(() => {
+          this.$refs.calendar.close()
+        })
 			},
 			opencalendar() {
 				this.$refs.calendar.open();
@@ -1200,4 +1203,4 @@
 		// 	}
 		// }
 	}
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.1