@@ -9,10 +9,10 @@ Page({
"pageNumber": 1,
"pageTotal": 1,
"pageSize": 20,
- status: "审核",
total: 0,
"where": {
"condition": "",
+ status: "审核",
},
sort: []
@@ -86,7 +86,7 @@ Page({
}
this.setData({
active: e.detail.index,
- "content.status": status
+ "content.where.status": status
});
this.getList(true);