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');