From 18f648d976bfab6eef80e180babd9def32216ba9 Mon Sep 17 00:00:00 2001 From: 819527061@qq.com <123456> Date: 星期二, 12 三月 2024 15:15:06 +0800 Subject: [PATCH] feature:统计重置列表刷新 --- 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