From 93ffe2b5af8d6580818874048a4019612cb8c51a Mon Sep 17 00:00:00 2001 From: limingyu Date: Mon, 20 May 2024 14:46:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E5=85=AC=E5=8F=B8=E9=97=A8=E5=8F=A3?= =?UTF-8?q?=E9=97=A8=E7=A6=81=E5=9C=B0=E5=9B=BE=E4=BA=BA=E5=91=98=E7=82=B9?= =?UTF-8?q?=E4=BD=8D=E8=AF=A6=E6=83=85=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/map/dialog/mkGateMachine.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/map/dialog/mkGateMachine.vue b/src/views/map/dialog/mkGateMachine.vue index 2d30780..aa3ba24 100644 --- a/src/views/map/dialog/mkGateMachine.vue +++ b/src/views/map/dialog/mkGateMachine.vue @@ -34,8 +34,8 @@ {{ item.USERNAME }} {{ item.TIME }} - 进入 - 出去 + 进入 + 出去 @@ -150,7 +150,8 @@ export default { { GATE_AREA_ID: this.id, TYPE: this.type, - GANGKOU: this.gangkou + GANGKOU: this.gangkou, + CORPINFO_ID: this.corpId } ).then((data) => { this.recordAllList = data.recordAllList