Browse Source

校验模版

master
1341924763@qq.com 15 hours ago
parent
commit
2ec05308ad
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/views/daka/record/index.vue

+ 1
- 1
src/views/daka/record/index.vue View File

@@ -573,7 +573,7 @@ export default {
this.$modal.msgError('必须选择模版!')
return
}
if(!this.queryParams.attendanceGroupIds){
if(!this.queryParams.attendanceGroupIds || this.queryParams.attendanceGroupIds.length == 0){
this.$modal.msgError('必须选择所属考勤组!')
return
}

Loading…
Cancel
Save