|
@@ -40,7 +40,11 @@ Page({
|
|
|
handleFilter({
|
|
handleFilter({
|
|
|
detail
|
|
detail
|
|
|
}) {
|
|
}) {
|
|
|
- console.log(detail)
|
|
|
|
|
|
|
+ this.setData({
|
|
|
|
|
+ 'content.where.startdate':detail.startdate,
|
|
|
|
|
+ 'content.where.enddate':detail.enddate,
|
|
|
|
|
+ })
|
|
|
|
|
+ this.getList(true)
|
|
|
},
|
|
},
|
|
|
getList(init = false) {
|
|
getList(init = false) {
|
|
|
if (init.detail != undefined) init = init.detail;
|
|
if (init.detail != undefined) init = init.detail;
|