|
|
@@ -88,10 +88,10 @@ export default {
|
|
|
},
|
|
|
dateChange (date) {
|
|
|
if (date) {
|
|
|
- this.where.startdate = date[0]
|
|
|
+ this.where.begindate = date[0]
|
|
|
this.where.enddate = date[1]
|
|
|
} else {
|
|
|
- this.where.startdate = ''
|
|
|
+ this.where.begindate = ''
|
|
|
this.where.enddate = ''
|
|
|
}
|
|
|
this.$refs.list.param.content.where = this.where
|