Commit eb725d93 by crushh

Merge branch 'feature/act-code' of http://git.gicdev.com/office/haoban-3 into feature/act-code

parents ec2d108a 4a32e929
...@@ -109,7 +109,7 @@ export default { ...@@ -109,7 +109,7 @@ export default {
}; };
x.send(); x.send();
}; };
downloadFile(this.codeInfo.hmId + '_' + this.codeInfo.name, this.codeInfo.wxQrcode); downloadFile(this.codeInfo.hmCode + '_' + this.codeInfo.name, this.codeInfo.wxQrcode);
}, },
modifyCode() { modifyCode() {
this.$router.push(`/actCodeEdit?hmId=${this.$route.query.hmId}`); this.$router.push(`/actCodeEdit?hmId=${this.$route.query.hmId}`);
......
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