@@ -146,7 +146,7 @@
handler () {
if (this.activeName) {
this.where.statusList = this.statusOpt[this.activeName][0].value;
- this.search();
+ this.reset();
}
},
immediate: true
@@ -290,6 +290,7 @@
/* 刷新表格 */
reload (where = {}) {
+ where.statusList = this.statusOpt[this.activeName][0].value.split(',')
this.$nextTick(() => {
this.$refs.table.reload({ page: 1, where });
});
@@ -207,7 +207,7 @@
this.where.status = this.statusOpt[this.activeName][0].value;
@@ -248,7 +248,7 @@
this.where.proStu = 0;