css
Showing
with
12 additions
and
10 deletions
Please
register
or
sign in
to comment
... | ... | @@ -669,7 +669,7 @@ export default { |
}) | ||
}, | ||
resetForm(formName) { | ||
this.formParam.date = ''; | ||
this.quote_time_val = ''; | ||
this.$refs[formName].resetFields(); | ||
}, | ||
onSubmit() { | ||
... | ... |
... | ... | @@ -258,6 +258,7 @@ export default { |
this.getData(); | ||
}, | ||
resetForm(formName) { | ||
this.create_time_val = ''; | ||
this.$refs[formName].resetFields(); | ||
}, | ||
//生成发货单 | ||
... | ... |
... | ... | @@ -143,6 +143,7 @@ export default { |
this.getData(); | ||
}, | ||
resetForm(formName) { | ||
this.create_time_val=''; | ||
this.$refs[formName].resetFields(); | ||
}, | ||
/** | ||
... | ... |
... | ... | @@ -507,6 +507,7 @@ export default { |
}, | ||
resetForm(formName) { | ||
this.formParam.date = ''; | ||
this.cp_time_val = ''; | ||
this.$refs[formName].resetFields(); | ||
this.formParam.status = ''; | ||
}, | ||
... | ... |