浏览代码

校验模版

master
1341924763@qq.com 1 个月前
父节点
当前提交
2ec05308ad
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/views/daka/record/index.vue

+ 1
- 1
src/views/daka/record/index.vue 查看文件

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
} }

正在加载...
取消
保存