业务管理重置时间问题

ywj_dev
郑明梁 2 years ago
parent f3e190ff90
commit d37491f19b

@ -703,6 +703,8 @@ export default {
endTime: null,
invCode: this.$store.getters.locInvCode,
};
this.actDateRange=[];
this.auditDateRange=[];
this.getList();
},
onSubmit() {
@ -1054,6 +1056,8 @@ export default {
}
,
created() {
console.log(this.$store.getters)
this.getInvList();
this.getBusType();
selectSysParamByKey({paramKey: "muti_inv_mode"}).then((res) => {

@ -672,6 +672,8 @@ export default {
endTime: null,
invCode: this.$store.getters.locInvCode,
};
this.actDateRange=[];
this.auditDateRange=[];
this.getList();
},

@ -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];

Loading…
Cancel
Save