Showing
1 changed file
with
4 additions
and
1 deletions
@@ -208,7 +208,10 @@ export default { | @@ -208,7 +208,10 @@ export default { | ||
208 | }, | 208 | }, |
209 | reset() { | 209 | reset() { |
210 | this.$refs.filter.reset(); | 210 | this.$refs.filter.reset(); |
211 | - this.search(); | 211 | + this.nullData = true; |
212 | + this.pageData.total = 0; | ||
213 | + this.pageData.current = 1; | ||
214 | + this.tableData = []; | ||
212 | }, | 215 | }, |
213 | pageChange(val) { | 216 | pageChange(val) { |
214 | this.pageData.current = val; | 217 | this.pageData.current = val; |
-
Please register or login to post a comment