Skip to content

Commit

Permalink
修复 #60
Browse files Browse the repository at this point in the history
  • Loading branch information
yidalh committed Oct 11, 2020
1 parent 95fbc61 commit a04c7af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"/app.js": "/app.js?id=16b1d96dea905317757d",
"/app.js": "/app.js?id=e65338425eb667f6b50f",
"/manifest.js": "/manifest.js?id=8991394a854ee5cdffc3",
"/vendor.js": "/vendor.js?id=df0be4950fcb717193ba"
}
1 change: 1 addition & 0 deletions resources/js/components/grid/Table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ export default {
},
//表单过滤提交
onFilterSubmit() {
this.page = 1;
this.getData();
},
//表单还原
Expand Down

0 comments on commit a04c7af

Please sign in to comment.