Commit 38274331 by LJM

修复bug

parent 72801b80
Showing with 1 additions and 0 deletions
...@@ -125,6 +125,7 @@ export default { ...@@ -125,6 +125,7 @@ export default {
this.getData(); this.getData();
}, },
resetForm(formName) { resetForm(formName) {
this.formParam.date='';
this.$refs[formName].resetFields(); this.$refs[formName].resetFields();
}, },
handleSizeChange(val) { handleSizeChange(val) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment