From 527d0ce3c1a3e4351f9e3872efa13f6d5dba5a92 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Mon, 18 Aug 2025 18:17:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../entry-and-exit-manage/person-exit/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/construction-person/entry-and-exit-manage/person-exit/index.vue b/src/views/construction-person/entry-and-exit-manage/person-exit/index.vue index 81efe7a..138a9c4 100644 --- a/src/views/construction-person/entry-and-exit-manage/person-exit/index.vue +++ b/src/views/construction-person/entry-and-exit-manage/person-exit/index.vue @@ -255,7 +255,7 @@ export default { // 出入场记录 onHandleEntryAndExitRecord(data) { - this.queryDetailsId = data.id + this.queryDetailsId = data.workerId this.dialogConfig.outerTitle = '出入场记录' this.dialogConfig.outerWidth = '80%' this.dialogConfig.minHeight = '90vh'