@@ -125,7 +125,8 @@ export default {
},
changeStatus() {
this.activeStatus = this.activeStatus == '全部' ? '未读' : "全部";
- this.content.where.isread == this.activeStatus == '全部' ? "" : 2;
+ this.content.where.isread = this.activeStatus == '全部' ? "" : 2;
+ console.log(this.content.where.isread)
this.getList(true);
tabsChange(e) {