From 80ba51970ec9e45eab279b86f47a0c5752c06d79 Mon Sep 17 00:00:00 2001 From: xuesinan <1404152492@qq.com> Date: Fri, 21 Jan 2022 10:19:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E4=BA=8E=E5=88=9D=E6=AC=A1=E8=BF=9B?= =?UTF-8?q?=E5=85=A5=E4=B8=8D=E9=80=89=E6=8B=A9=E5=AE=A1=E6=A0=B8=E4=BA=BA?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E9=80=89=E4=B8=AD=E5=91=A8=E6=80=BB=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/List/List.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/List/List.vue b/src/components/List/List.vue index fb67eb4..7cd7cc2 100644 --- a/src/components/List/List.vue +++ b/src/components/List/List.vue @@ -377,6 +377,7 @@ export default { checkTime(listIndex, index, clockType, id, memberId, checkerId, clockTime) { this.auditOptions = { id, clockType }; + this.checkerId = checkerId; this.showModal(); const time = Date.now(); const selectTime = this.$moment(time).format('HH:mm');