@@ -275,7 +275,7 @@ export default {
},
releaseRefresh() {
- this.$refs.table.reload({ page: 1, where });
+ this.$refs.table.reload();
}