diff --git a/src/assets/images/icon-down.png b/src/assets/images/icon-down.png
new file mode 100644
index 0000000..0e7be73
Binary files /dev/null and b/src/assets/images/icon-down.png differ
diff --git a/src/assets/images/icon-up.png b/src/assets/images/icon-up.png
new file mode 100644
index 0000000..45272a9
Binary files /dev/null and b/src/assets/images/icon-up.png differ
diff --git a/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/components/headLayout.vue b/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/components/headLayout.vue
index 5908967..ff86908 100644
--- a/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/components/headLayout.vue
+++ b/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/components/headLayout.vue
@@ -39,7 +39,7 @@ const formSearch = ref({})
const changeRadio = (val) =>{
switch(val){
case 0: //日
- formSearch.value.dateRange = [timeValidate(),timeValidate()]
+ formSearch.value.dateRange = [timeValidate(null,'ymd'),timeValidate(null,'ymd')]
break;
case 1: //月
formSearch.value.dateRange = timeSlotChange('本月')
@@ -69,7 +69,7 @@ const handleSubmit = () => {
// 重置
const resetForm = () => {
radioTime.value = '';
- formSearch.value = { ssbmdm: '', dateRange: null }
+ formSearch.value = {}
emit('change', formSearch.value)
}
@@ -97,4 +97,13 @@ const resetForm = () => {
}
}
}
-
\ No newline at end of file
+
+
+
+
diff --git a/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/index.vue b/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/index.vue
index 0880ee9..208be33 100644
--- a/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/index.vue
+++ b/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/index.vue
@@ -21,7 +21,7 @@ import XxhjCount from './xxhjCount.vue'
import QygktjCount from './qygktjCount.vue'
import { ref } from "vue";
const butList=ref(["情报统计分析","预警统计",'全域管控统计','信息汇聚统计'])
-const qh = ref('情报统计分析')
+const qh = ref('预警统计')