@@ -877,7 +877,8 @@
this.params = {
pageNum: page,
size: limit,
- ...where
+ ...where,
+ progress: this.activeName == 'all' ? '' : this.activeName
};
return getTableList(this.params);
},