Browse Source

关于初次进入不选择审核人默认选中周总的问题

master
xuesinan 4 years ago
parent
commit
80ba51970e
  1. 1
      src/components/List/List.vue

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

Loading…
Cancel
Save