@@ -233,7 +233,7 @@
},
/* 刷新表格 */
reload (params) {
- this.$refs.table.reload({ page: 1, where: params });
+ this.$refs.table.reload({ where: params });
/** 取消按钮 */