From ecdac8a738f254db2b2ea28cbe3248f7a6a7eb2b Mon Sep 17 00:00:00 2001
From: mrzcc <121184950@qq.com>
Date: 星期五, 06 三月 2020 16:18:27 +0800
Subject: [PATCH] 优化采购申请组件
---
WebService/src/main/resources/components/applicationKeyPackage/add-applicationKey/addApplicationKey.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/WebService/src/main/resources/components/applicationKeyPackage/add-applicationKey/addApplicationKey.js b/WebService/src/main/resources/components/applicationKeyPackage/add-applicationKey/addApplicationKey.js
index 18ba1c1..f53bc1c 100644
--- a/WebService/src/main/resources/components/applicationKeyPackage/add-applicationKey/addApplicationKey.js
+++ b/WebService/src/main/resources/components/applicationKeyPackage/add-applicationKey/addApplicationKey.js
@@ -321,7 +321,7 @@
_takePhoto: function () {
if (vc.component.addApplicationKeyInfo.videoPlaying) {
var canvas = document.getElementById('AddApplicationKeyCanvas');
- var takeAddVideo = document.getElementById('AddApplicationKeyPhoto');
+ var takeAddVideo = document.getElementById('addApplicationKeyPhoto');
canvas.width = takeAddVideo.videoWidth;
canvas.height = takeAddVideo.videoHeight;
canvas.getContext('2d').drawImage(takeAddVideo, 0, 0);
--
Gitblit v1.8.0