Ver código fonte

app 教师考勤记录

黑艺新账号
yxq 1 ano atrás
pai
commit
deecd1be86
1 arquivos alterados com 1 adições e 2 exclusões
  1. +1
    -2
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/ADRRecord/list.vue

+ 1
- 2
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/ADRRecord/list.vue Ver arquivo

@@ -371,9 +371,8 @@ export default {
for (let s in this.record[e.date]) { for (let s in this.record[e.date]) {
let e1 = this.record[e.date] let e1 = this.record[e.date]
for (let s1 in e1) { for (let s1 in e1) {
if(e1[s1].ADPhoto) e1[s1].ADPhoto = await this.uploadCo(e1[s1].ADPhoto)
if(e1[s1].AIsOut) e1[s1].ADPhoto = await this.uploadCo(e1[s1].ADPhoto)
} }
} }
this.status = {} this.status = {}
this.chooseDay = e this.chooseDay = e


Carregando…
Cancelar
Salvar