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 @@
共性需求
-
+
全部
商家支撑
@@ -155,6 +155,10 @@ export default {
methods: {
init() {
+ if (!this.searchDate) {
+ this.searchDate = ['', ''];
+ }
+
this.getList();
this.getCount();
},
@@ -167,7 +171,7 @@ export default {
},
changList() {
this.type2 = '全部';
- this.getList();
+ this.init();
},
handleClickBreadItem({ item }) {
if (item.type == 'back') {
diff --git a/src/views/dataBoard/sida/zy/goodsResList.vue b/src/views/dataBoard/sida/zy/goodsResList.vue
index 68be67c27..6852d7e65 100644
--- a/src/views/dataBoard/sida/zy/goodsResList.vue
+++ b/src/views/dataBoard/sida/zy/goodsResList.vue
@@ -164,6 +164,10 @@ export default {
methods: {
init() {
+ if (!this.searchDate) {
+ this.searchDate = ['', ''];
+ }
+
this.getList(), this.getCount();
},
getDate() {
diff --git a/src/views/dataBoard/sida/zy/peopleResList.vue b/src/views/dataBoard/sida/zy/peopleResList.vue
index 17abbf0e2..307373091 100644
--- a/src/views/dataBoard/sida/zy/peopleResList.vue
+++ b/src/views/dataBoard/sida/zy/peopleResList.vue
@@ -152,6 +152,10 @@ export default {
methods: {
init() {
+ if (!this.searchDate) {
+ this.searchDate = ['', ''];
+ }
+
this.getList(), this.getCount();
},
getDate() {
diff --git a/src/views/dataBoard/sida/zy/placeResList.vue b/src/views/dataBoard/sida/zy/placeResList.vue
index cc980ea9e..dfb8211f7 100644
--- a/src/views/dataBoard/sida/zy/placeResList.vue
+++ b/src/views/dataBoard/sida/zy/placeResList.vue
@@ -139,6 +139,10 @@ export default {
methods: {
init() {
+ if (!this.searchDate) {
+ this.searchDate = ['', ''];
+ }
+
this.getList(), this.getCount();
},
getDate() {