|
@@ -231,8 +231,8 @@ export default {
|
|
methods: {
|
|
methods: {
|
|
// 时间 change
|
|
// 时间 change
|
|
dateChange (date) {
|
|
dateChange (date) {
|
|
- this.queryParam.auditBeginDate = date[0]
|
|
|
|
- this.queryParam.auditEndDate = date[1]
|
|
|
|
|
|
+ this.queryParam.beginDate = date[0]
|
|
|
|
+ this.queryParam.endDate = date[1]
|
|
},
|
|
},
|
|
auditDateChange (date) {
|
|
auditDateChange (date) {
|
|
this.queryParam.auditBeginDate = date[0]
|
|
this.queryParam.auditBeginDate = date[0]
|
|
@@ -316,8 +316,8 @@ export default {
|
|
// 重置数据
|
|
// 重置数据
|
|
resetData (flag) {
|
|
resetData (flag) {
|
|
this.$refs.rangeDate.resetDate(flag ? '' : this.time)
|
|
this.$refs.rangeDate.resetDate(flag ? '' : this.time)
|
|
- this.queryParam.auditBeginDate = flag ? '' : getDate.getCurrMonthDays().starttime
|
|
|
|
- this.queryParam.auditEndDate = flag ? '' : getDate.getCurrMonthDays().endtime
|
|
|
|
|
|
+ this.queryParam.beginDate = flag ? '' : getDate.getCurrMonthDays().starttime
|
|
|
|
+ this.queryParam.endDate = flag ? '' : getDate.getCurrMonthDays().endtime
|
|
this.$refs.auditRangeDate.resetDate('')
|
|
this.$refs.auditRangeDate.resetDate('')
|
|
this.queryParam.auditBeginDate = ''
|
|
this.queryParam.auditBeginDate = ''
|
|
this.queryParam.auditEndDate = ''
|
|
this.queryParam.auditEndDate = ''
|