@@ -232,6 +232,7 @@
/* 重置 */
reset () {
this.where = { ...this.defaultWhere };
+ this.where.status = this.statusOpt[this.activeName][0].value;
this.search();
}