@@ -74,13 +74,13 @@ Page({
detail
}) {
this.setData({
- 'parems.content.where.condition': detail ? detail : ""
+ 'content.where.condition': detail ? detail : ""
});
this.getList(true);
},
onClear() {
- 'parems.content.where.condition': ""
+ 'content.where.condition': ""
@@ -78,13 +78,13 @@ Page({