Sfoglia il codice sorgente

校验模版

master
1341924763@qq.com 11 ore fa
parent
commit
2ec05308ad
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/views/daka/record/index.vue

+ 1
- 1
src/views/daka/record/index.vue Vedi 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…
Annulla
Salva