|
@@ -100,7 +100,7 @@ export default {
|
|
|
advanced: false, // 高级搜索 展开/关闭
|
|
|
exportLoading: false,
|
|
|
queryParam: { // 查询条件
|
|
|
- month: moment(),
|
|
|
+ month: moment().format('YYYY-MM'),
|
|
|
provinceSn: undefined,
|
|
|
rebateDealerSn: undefined,
|
|
|
dealerSn: undefined
|
|
@@ -208,7 +208,7 @@ export default {
|
|
|
},
|
|
|
// 重置
|
|
|
resetSearchForm () {
|
|
|
- this.queryParam.month = undefined
|
|
|
+ this.queryParam.month = moment().format('YYYY-MM')
|
|
|
this.queryParam.provinceSn = undefined
|
|
|
this.queryParam.rebateDealerSn = undefined
|
|
|
this.queryParam.dealerSn = undefined
|