From 72694d5749dbe19c28e1158c852a7612fab0d9ea Mon Sep 17 00:00:00 2001 From: chenjianan Date: Wed, 28 Nov 2018 15:13:55 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E5=90=88=E5=90=8C=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=EF=BC=9A=E4=BA=8C=E7=BB=B4=E7=A0=81=E4=B8=BA=E5=90=88?= =?UTF-8?q?=E5=90=8C=E6=B5=81=E6=B0=B4=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/PurchasingCenter/PurchaseContractSearch/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/PurchasingCenter/PurchaseContractSearch/index.vue b/src/views/PurchasingCenter/PurchaseContractSearch/index.vue index 3c214440..06380a0a 100644 --- a/src/views/PurchasingCenter/PurchaseContractSearch/index.vue +++ b/src/views/PurchasingCenter/PurchaseContractSearch/index.vue @@ -247,7 +247,8 @@ export default { } } // const str = 'http://192.168.1.111:8022/searchContract.html?contractNum=' + contractNum - const str = 'http://192.168.1.111:8080/#/ContractInquiry/index?id=' + contractNum + // const str = 'http://192.168.1.111:8080/#/ContractInquiry/index?id=' + contractNum + const str = contractNum QRCode.toDataURL(str, opts, function(err, url) { if (err) throw err const img = document.getElementById('img')