From e64d8b88b4c177360874f5d6ea46d67f8495cdfc Mon Sep 17 00:00:00 2001
From: mrzcc <121184950@qq.com>
Date: 星期一, 17 二月 2020 18:40:24 +0800
Subject: [PATCH] 员工select2
---
WebService/src/main/resources/components/parkingSpacePackage/parking-space-qrcode/parkingSpaceQrCode.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/WebService/src/main/resources/components/parkingSpacePackage/parking-space-qrcode/parkingSpaceQrCode.js b/WebService/src/main/resources/components/parkingSpacePackage/parking-space-qrcode/parkingSpaceQrCode.js
index 34fa6e1..87e7550 100644
--- a/WebService/src/main/resources/components/parkingSpacePackage/parking-space-qrcode/parkingSpaceQrCode.js
+++ b/WebService/src/main/resources/components/parkingSpacePackage/parking-space-qrcode/parkingSpaceQrCode.js
@@ -21,7 +21,7 @@
colorLight : "#ffffff", //鐢熸垚浜岀淮鐮佺殑娴呰壊閮ㄥ垎
correctLevel : QRCode.CorrectLevel.H
});
- var _url = vc.component.parkingSpaceQrCodeInfo.url +"/tempParkingFeePay/tempParkingFeePay?communityId="+vc.getCurrentCommunity().communityId + "&communityName="+vc.getCurrentCommunity().name;
+ var _url = vc.component.parkingSpaceQrCodeInfo.url +"/tempParkingFeePay?communityId="+vc.getCurrentCommunity().communityId + "&communityName="+vc.getCurrentCommunity().name;
qrcode.makeCode(_url);
},
_downLoadQrCode:function(){
--
Gitblit v1.8.0