md
This commit is contained in:
parent
78f480b030
commit
161f06ec3d
@ -575,7 +575,6 @@ export default {
|
||||
this.queryParams.params.problemQueryType=2;
|
||||
this.queryParams.params.problemQueryIds="173,170,151";
|
||||
|
||||
|
||||
let startTime=this.$route.query.startDate;
|
||||
let endTime=this.$route.query.endDate;
|
||||
this.dateRange=[timeFormat(startTime), timeFormat(endTime)]
|
||||
@ -612,22 +611,7 @@ export default {
|
||||
this.queryOrderType="1";
|
||||
this.queryOrderDateType="1";
|
||||
this.getList();
|
||||
}else{
|
||||
if(this.$store.getters.ownerSiteCode!='88888'){
|
||||
this.queryParams.sendSiteCode=this.$store.getters.ownerSiteCode;
|
||||
}
|
||||
const end = new Date()
|
||||
const start = new Date()
|
||||
start.setHours(0,0,0,0)
|
||||
end.setHours(23,59,59,0)
|
||||
this.dateRange=[timeFormat(start), timeFormat(end)]
|
||||
|
||||
this.queryOrderType="1";
|
||||
this.queryOrderDateType="1";
|
||||
// this.queryExpireNotSign="1"
|
||||
|
||||
this.getList();
|
||||
}
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user