Commit 9bfdc714 authored by 吴春's avatar 吴春

门票类型新增显示错误修复

parent d297ae06
...@@ -408,6 +408,7 @@ ...@@ -408,6 +408,7 @@
resetForm(formName) { resetForm(formName) {
this.clearMsg(); this.clearMsg();
this.$refs[formName].resetFields(); this.$refs[formName].resetFields();
this.addMsg.CouponsId = parseInt(this.$route.query.id);
}, },
//获取所有币种 //获取所有币种
getAllCurrency() { getAllCurrency() {
......
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 to comment