|
@@ -110,6 +110,8 @@ export default {
|
|
|
this.list = res.data
|
|
|
this.total = res.total
|
|
|
this.currentPage = res.pageNumber
|
|
|
+ console.log(this.list);
|
|
|
+
|
|
|
this.$emit('exportDataUpdata',res2.data)
|
|
|
this.$store.dispatch('optiontypeselect','cluepublic')
|
|
|
},
|
|
@@ -129,8 +131,10 @@ export default {
|
|
|
this.listData()
|
|
|
},
|
|
|
timeChange(data) {
|
|
|
- this.params.content.where.startdate = data[0]
|
|
|
- this.params.content.where.enddate = data[1]
|
|
|
+
|
|
|
+ this.params.content.where.startdate = data[0] + ' 01:00:00'
|
|
|
+ this.params.content.where.enddate = data[1] + ' 23:59:59'
|
|
|
+ console.log(this.params.content.where);
|
|
|
this.listData()
|
|
|
}
|
|
|
},
|