Commit 39af716a by shaojiawen

update:下载名称

parent 52b069e3
...@@ -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