Browse Source

校验模版

master
1341924763@qq.com 17 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

this.$modal.msgError('必须选择模版!') this.$modal.msgError('必须选择模版!')
return return
} }
if(!this.queryParams.attendanceGroupIds){
if(!this.queryParams.attendanceGroupIds || this.queryParams.attendanceGroupIds.length == 0){
this.$modal.msgError('必须选择所属考勤组!') this.$modal.msgError('必须选择所属考勤组!')
return return
} }

Loading…
Cancel
Save