From 458bf77cf1c033a667298ea28799374c6cf00a2a Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Wed, 10 Aug 2022 16:27:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=94=BB=E5=83=8F=E4=BC=A0?= =?UTF-8?q?=E5=8F=82=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Statistics/Insightintothedetails.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/Statistics/Insightintothedetails.vue b/src/views/Statistics/Insightintothedetails.vue index f5d2014..69a85ca 100644 --- a/src/views/Statistics/Insightintothedetails.vue +++ b/src/views/Statistics/Insightintothedetails.vue @@ -164,11 +164,14 @@ export default { this.sta_idx_download = this.permissions["sta_idx_download"]; var isnull=this.$route.query.flag; if (isnull.TimetoAhoose) this.TimetoAhoose=isnull.TimetoAhoose; - this.customtime=isnull.customtime; + if (isnull.customtime) this.customtime=isnull.customtime; this.fromobj.starttime=isnull.starttime; this.fromobj.endoftime=isnull.endoftime; this.fromobj.projectId=isnull.houseId; this.fromobj.keywords=isnull.keywordsId; + if (!isnull.TimetoAhoose && isnull.starttime && isnull.endoftime) { + this.TimetoAhoose = 6 + } this.Accesstolevel() }, computed: {