|
|
|
@ -211,6 +211,8 @@ export default {
|
|
|
|
|
onSubmitFind() {
|
|
|
|
|
this.filterQuery.page = 1;
|
|
|
|
|
this.getList();
|
|
|
|
|
this.detailList=[];
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
getList() {
|
|
|
|
@ -355,10 +357,10 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
,
|
|
|
|
|
created() {
|
|
|
|
|
let end = new Date();
|
|
|
|
|
let start = new Date();
|
|
|
|
|
start.setTime(start.getTime() - 3600 * 1000 * 24 * 7);
|
|
|
|
|
this.actDateRange = [start, end];
|
|
|
|
|
// let end = new Date();
|
|
|
|
|
// let start = new Date();
|
|
|
|
|
// start.setTime(start.getTime() - 3600 * 1000 * 24 * 7);
|
|
|
|
|
// this.actDateRange = [start, end];
|
|
|
|
|
this.getList();
|
|
|
|
|
}
|
|
|
|
|
,
|
|
|
|
|