zhangdan 4 rokov pred
rodič
commit
705b865db2

+ 1 - 1
src/views/equipmentManage/equipment/equipment.vue

@@ -288,7 +288,7 @@ export default {
       }
       const url = 'http://www.sxzxyj.net/web/static/qrcode/download-app.html?' + 'id=' + item.srcDeviceCode + '&type=dustbin'
       console.log(url, '------二维码地址')
-      _this.shName = (item.stationNo ? item.stationNo : '') + item.srcDeviceCode.substring(item.srcDeviceCode.length - 6)
+      _this.shName = (item.stationName ? item.stationName : '') + item.srcDeviceCode.substring(item.srcDeviceCode.length - 6)
       if (url) {
         QRCode.toDataURL(url, opts, function (err, url) {
           _this.qrCode = url