Commit 38274331 by LJM

修复bug

parent 72801b80
Showing with 1 additions and 0 deletions
......@@ -125,6 +125,7 @@ export default {
this.getData();
},
resetForm(formName) {
this.formParam.date='';
this.$refs[formName].resetFields();
},
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