From 29d8f968bf84e9c89a24fe33ef51fb5c0aed0ab1 Mon Sep 17 00:00:00 2001 From: 819527061@qq.com <123456> Date: 星期二, 11 六月 2024 15:33:15 +0800 Subject: [PATCH] docs:密码轻度细节问题 --- 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