|
|
|
@ -314,6 +314,7 @@ export default {
|
|
|
|
|
editStatus: 1,
|
|
|
|
|
deptCode: this.invCodebe,
|
|
|
|
|
};
|
|
|
|
|
this.actAuditDateRange = [];
|
|
|
|
|
this.actDateRange = [];
|
|
|
|
|
this.getList();
|
|
|
|
|
},
|
|
|
|
@ -338,10 +339,10 @@ export default {
|
|
|
|
|
this.filterQuery.endDate = null;
|
|
|
|
|
}
|
|
|
|
|
if (this.actAuditDateRange != null) {
|
|
|
|
|
this.filterQuery.starAuditDate = this.actAuditDateRange[0];
|
|
|
|
|
this.filterQuery.startAuditDate = this.actAuditDateRange[0];
|
|
|
|
|
this.filterQuery.endAuditDate = this.actAuditDateRange[1];
|
|
|
|
|
} else {
|
|
|
|
|
this.filterQuery.starAuditDate = null;
|
|
|
|
|
this.filterQuery.startAuditDate = null;
|
|
|
|
|
this.filterQuery.endAuditDate = null;
|
|
|
|
|
}
|
|
|
|
|
this.loading = true;
|
|
|
|
|