|
@@ -338,25 +338,23 @@ export default {
|
|
|
this.queryParam.beginDate = getDate.getCurrMonthDays().starttime
|
|
|
this.queryParam.endDate = getDate.getCurrMonthDays().endtime
|
|
|
this.queryParam = {
|
|
|
- queryParam: {
|
|
|
- expenseDate: '', // 月份
|
|
|
- beginDate: getDate.getCurrMonthDays().starttime,
|
|
|
- endDate: getDate.getCurrMonthDays().endtime,
|
|
|
- expenseAccountNo: '', // 费用单号
|
|
|
- applyPersonSn: undefined, // 申请人
|
|
|
- applyDepartmentSn: undefined, // 申请部门
|
|
|
- expenseType: undefined, // 费用类型
|
|
|
- accountType: undefined, // 记账类型
|
|
|
- accountNameSn: undefined, // 记账名称
|
|
|
- splitObjType: undefined, // 费用承担方类型
|
|
|
- splitObjSn: undefined, // 费用承担方
|
|
|
- childSplitObjSn: undefined, // 费用承担人
|
|
|
- subareaSn: undefined,
|
|
|
- provinceName: '',
|
|
|
- cityName: '',
|
|
|
- provinceSn: undefined,
|
|
|
- citySn: undefined
|
|
|
- }
|
|
|
+ expenseDate: '', // 月份
|
|
|
+ beginDate: getDate.getCurrMonthDays().starttime,
|
|
|
+ endDate: getDate.getCurrMonthDays().endtime,
|
|
|
+ expenseAccountNo: '', // 费用单号
|
|
|
+ applyPersonSn: undefined, // 申请人
|
|
|
+ applyDepartmentSn: undefined, // 申请部门
|
|
|
+ expenseType: undefined, // 费用类型
|
|
|
+ accountType: undefined, // 记账类型
|
|
|
+ accountNameSn: undefined, // 记账名称
|
|
|
+ splitObjType: undefined, // 费用承担方类型
|
|
|
+ splitObjSn: undefined, // 费用承担方
|
|
|
+ childSplitObjSn: undefined, // 费用承担人
|
|
|
+ subareaSn: undefined,
|
|
|
+ provinceName: '',
|
|
|
+ cityName: '',
|
|
|
+ provinceSn: undefined,
|
|
|
+ citySn: undefined
|
|
|
}
|
|
|
this.$refs.table.refresh(true)
|
|
|
},
|