@@ -111,7 +111,7 @@ export default {
generateQRCodes() {
this.codeList.forEach(item => {
- QRCode.toDataURL(item.code)
+ QRCode.toDataURL(item.id)
.then(url => {
item.qrcode = url
this.$forceUpdate()