|
@@ -375,6 +375,7 @@ export default {
|
|
|
deptId: null,
|
|
deptId: null,
|
|
|
bankTransactionId:null,
|
|
bankTransactionId:null,
|
|
|
companyUserNickName:null,
|
|
companyUserNickName:null,
|
|
|
|
|
+ appId:null,
|
|
|
},
|
|
},
|
|
|
// 表单参数
|
|
// 表单参数
|
|
|
form: {},
|
|
form: {},
|
|
@@ -517,7 +518,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
/** 重置按钮操作 */
|
|
/** 重置按钮操作 */
|
|
|
resetQuery() {
|
|
resetQuery() {
|
|
|
- his.dateRange=[];
|
|
|
|
|
|
|
+ this.dateRange=[];
|
|
|
this.refundDateRange=[];
|
|
this.refundDateRange=[];
|
|
|
this.createTimeRange=[];
|
|
this.createTimeRange=[];
|
|
|
this.resetForm("queryForm");
|
|
this.resetForm("queryForm");
|