diff --git a/src/views/projectFront/laborManage/attendanceGroup.vue b/src/views/projectFront/laborManage/attendanceGroup.vue index 20c6531f..02c353d0 100644 --- a/src/views/projectFront/laborManage/attendanceGroup.vue +++ b/src/views/projectFront/laborManage/attendanceGroup.vue @@ -1013,10 +1013,10 @@ export default { } else if (type == 2 || type == 3) { this.getSelectedPersonListFn(); } + this.setDialog = true; this.$nextTick(() => { this.$refs["attendanceInfo"].clearValidate(); }); - this.setDialog = true; }, //弹窗---保存按钮