|
|
|
@ -331,8 +331,7 @@ export default {
|
|
|
|
|
type: 1,
|
|
|
|
|
editStatus: 1,
|
|
|
|
|
};
|
|
|
|
|
this.pickerOptions = [];
|
|
|
|
|
this.pickerUpOptions = [];
|
|
|
|
|
this.auditTimes = [];
|
|
|
|
|
this.getList();
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
@ -348,13 +347,6 @@ export default {
|
|
|
|
|
window.open(this.certFileUrl + this.filePath);
|
|
|
|
|
},
|
|
|
|
|
getList() {
|
|
|
|
|
if (this.createTimes != null) {
|
|
|
|
|
this.filterQuery.startDate = this.createTimes[0];
|
|
|
|
|
this.filterQuery.endDate = this.createTimes[1];
|
|
|
|
|
} else {
|
|
|
|
|
this.filterQuery.startDate = null;
|
|
|
|
|
this.filterQuery.endDate = null;
|
|
|
|
|
}
|
|
|
|
|
if (this.auditTimes != null) {
|
|
|
|
|
this.filterQuery.startAuditDate = this.auditTimes[0];
|
|
|
|
|
this.filterQuery.endAuditDate = this.auditTimes[1];
|
|
|
|
|