From 3c1c42a8c5bc8003043162e584e91da31bff46bc Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Tue, 22 Jul 2025 14:08:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../IntelligenceManagement/index.vue | 4 ++-- .../IntelligenceManagement/qbypfx/index.vue | 6 +++--- .../qbypfx/zlcs/index.vue | 17 ++++++++++------- 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/index.vue b/src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/index.vue index f675774..83fcae7 100644 --- a/src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/index.vue +++ b/src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/index.vue @@ -72,8 +72,8 @@ import Search from "@/components/aboutTable/Search.vue"; import AddForm from "./components/addForm.vue"; import ZlForm from "./components/zlForm.vue"; import HbForm from "./components/hbForm.vue"; -import { qcckGet, qcckPost, qcckDelete } from "@/api/qcckApi.js"; -import { reactive, ref, onMounted, getCurrentInstance, nextTick } from "vue"; +import { qcckGet } from "@/api/qcckApi.js"; +import { reactive, ref, onMounted, getCurrentInstance } from "vue"; const { proxy } = getCurrentInstance(); const {D_GS_ZDQT_FXDJ,D_GS_XS_ZLLX,D_GS_XS_CZZT,D_GS_XS_LY, D_BZ_SSZT,D_BZ_SF,D_GS_XS_LX ,D_GS_XS_QTLX,D_BZ_XB,D_BZ_XSSHZT} = proxy.$dict("D_GS_ZDQT_FXDJ","D_GS_XS_ZLLX","D_GS_XS_CZZT","D_GS_XS_LY","D_BZ_SSZT","D_BZ_SF","D_GS_XS_LX","D_GS_XS_QTLX","D_BZ_XB","D_BZ_XSSHZT"); //获取字典数据 const detailDiloag = ref(); diff --git a/src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/qbypfx/index.vue b/src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/qbypfx/index.vue index 8ea10d6..70efdda 100644 --- a/src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/qbypfx/index.vue +++ b/src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/qbypfx/index.vue @@ -155,10 +155,10 @@ const onSearch = (val) =>{ } const reset = (val) =>{ active.value = 0; - listQuery.value = val; + listQuery.value = {}; listQuery.value.dateRange = timeSlotChange('天'); - listQuery.value.hskssj = timeSlotChange('天')[0]; - listQuery.value.hsjssj = timeSlotChange('天')[1]; + listQuery.value.hskssj = timeSlotChange('天')[0] + ' 00:00:00'; + listQuery.value.hsjssj = timeSlotChange('天')[1] + ' 23:59:59'; loadDate() } diff --git a/src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/qbypfx/zlcs/index.vue b/src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/qbypfx/zlcs/index.vue index 66761f5..70be119 100644 --- a/src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/qbypfx/zlcs/index.vue +++ b/src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/qbypfx/zlcs/index.vue @@ -10,12 +10,12 @@