|
@@ -198,7 +198,7 @@ export default {
|
|
|
],
|
|
|
// 查询参数
|
|
|
queryParam: {
|
|
|
- expenseDate: undefined, // 月份
|
|
|
+ expenseDate: moment().format('YYYY-MM'), // 月份
|
|
|
beginDate: getDate.getCurrMonthDays().starttime,
|
|
|
endDate: getDate.getCurrMonthDays().endtime,
|
|
|
expenseAccountNo: '', // 费用单号
|