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 @@