Browse Source

日期

V1.0
tianq 3 years ago
parent
commit
bce6908269
  1. 4
      src/views/dataBoard/sida/wt/eventList.vue
  2. 4
      src/views/dataBoard/sida/wt/hiddenDangerList.vue
  3. 4
      src/views/dataBoard/sida/wt/specialCategoryList.vue
  4. 8
      src/views/dataBoard/sida/xq/list.vue
  5. 4
      src/views/dataBoard/sida/zy/goodsResList.vue
  6. 4
      src/views/dataBoard/sida/zy/peopleResList.vue
  7. 4
      src/views/dataBoard/sida/zy/placeResList.vue

4
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() {

4
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() {

4
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() {

8
src/views/dataBoard/sida/xq/list.vue

@ -12,7 +12,7 @@
<el-option value="共性需求">共性需求</el-option>
</el-select>
<el-select v-model="type2" @change="getList" :clearable="true" class="left10">
<el-select v-model="type2" @change="init" :clearable="true" class="left10">
<el-option value="全部">全部</el-option>
<template v-if="listType == '个性需求'">
<el-option value="商家支撑">商家支撑</el-option>
@ -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') {

4
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() {

4
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() {

4
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() {

Loading…
Cancel
Save