Explorar el Código

校验模版

master
1341924763@qq.com hace 17 horas
padre
commit
2ec05308ad
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/views/daka/record/index.vue

+ 1
- 1
src/views/daka/record/index.vue Ver fichero

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

Cargando…
Cancelar
Guardar