|
@@ -109,7 +109,7 @@ export default {
|
|
|
spinning: false,
|
|
|
tableHeight: 0,
|
|
|
time: [
|
|
|
- moment(getDate.getThreeMonthDays().starttime, 'YYYY-MM-DD'),
|
|
|
+ moment(getDate.getCurrMonthDays().starttime, 'YYYY-MM-DD'),
|
|
|
moment(getDate.getCurrMonthDays().endtime, 'YYYY-MM-DD')
|
|
|
],
|
|
|
queryParam: { // 查询条件
|
|
@@ -202,7 +202,7 @@ export default {
|
|
|
resetSearchForm () {
|
|
|
this.$refs.rangeDate.resetDate(this.time)
|
|
|
this.$refs.dealerSubareaScopeList.resetForm()
|
|
|
- this.queryParam.beginDate = getDate.getThreeMonthDays().starttime
|
|
|
+ this.queryParam.beginDate = getDate.getCurrMonthDays().starttime
|
|
|
this.queryParam.endDate = getDate.getCurrMonthDays().endtime
|
|
|
this.queryParam.buyerSn = ''
|
|
|
this.queryParam.billStatus = undefined
|