|
|
|
@ -127,9 +127,9 @@ export default { |
|
|
|
this.org_id = getQueryPara('org_id'); |
|
|
|
this.listType = getQueryPara('type'); |
|
|
|
this.type2 = getQueryPara('type2'); |
|
|
|
|
|
|
|
this.searchDate = [getQueryPara('start_date'), getQueryPara('end_date')]; |
|
|
|
this.page_num = 1; |
|
|
|
this.getDate(); |
|
|
|
// this.getDate(); |
|
|
|
this.init(); |
|
|
|
}, |
|
|
|
|
|
|
|
@ -142,9 +142,8 @@ export default { |
|
|
|
var year = nowDate.getFullYear(); |
|
|
|
var month = nowDate.getMonth() + 1; |
|
|
|
var day = nowDate.getDate(); |
|
|
|
console.log("nowDate",day) |
|
|
|
console.log('nowDate', day); |
|
|
|
this.searchDate = [`${year}-${1}-${1}`, `${year}-${month}-${day}`]; |
|
|
|
|
|
|
|
}, |
|
|
|
changList() { |
|
|
|
this.type2 = '全部'; |
|
|
|
@ -166,7 +165,7 @@ export default { |
|
|
|
}, |
|
|
|
|
|
|
|
handlePageNoChange(page_num) { |
|
|
|
console.log("dddddd") |
|
|
|
console.log('dddddd'); |
|
|
|
this.page_num = page_num; |
|
|
|
this.getList(); |
|
|
|
}, |
|
|
|
|