diff --git a/src/views/dataBoard/sida/wt/eventList.vue b/src/views/dataBoard/sida/wt/eventList.vue index 40c6c1842..f33ac6442 100644 --- a/src/views/dataBoard/sida/wt/eventList.vue +++ b/src/views/dataBoard/sida/wt/eventList.vue @@ -135,6 +135,10 @@ export default { methods: { init() { + if (!this.searchDate) { + this.searchDate = ['', '']; + } + this.getList(), this.getCount(); }, getDate() { diff --git a/src/views/dataBoard/sida/wt/hiddenDangerList.vue b/src/views/dataBoard/sida/wt/hiddenDangerList.vue index 85a374140..49f21f481 100644 --- a/src/views/dataBoard/sida/wt/hiddenDangerList.vue +++ b/src/views/dataBoard/sida/wt/hiddenDangerList.vue @@ -134,6 +134,10 @@ export default { methods: { init() { + if (!this.searchDate) { + this.searchDate = ['', '']; + } + this.getList(), this.getCount(); }, getDate() { diff --git a/src/views/dataBoard/sida/wt/specialCategoryList.vue b/src/views/dataBoard/sida/wt/specialCategoryList.vue index d0ce9a540..664e7b407 100644 --- a/src/views/dataBoard/sida/wt/specialCategoryList.vue +++ b/src/views/dataBoard/sida/wt/specialCategoryList.vue @@ -150,6 +150,10 @@ export default { methods: { init() { + if (!this.searchDate) { + this.searchDate = ['', '']; + } + this.getList(), this.getCount(); }, getDate() { diff --git a/src/views/dataBoard/sida/xq/list.vue b/src/views/dataBoard/sida/xq/list.vue index 50ff1e1f6..a6e4cb806 100644 --- a/src/views/dataBoard/sida/xq/list.vue +++ b/src/views/dataBoard/sida/xq/list.vue @@ -12,7 +12,7 @@ 共性需求 - + 全部