|
|
@@ -371,9 +371,8 @@ export default { |
|
|
|
for (let s in this.record[e.date]) { |
|
|
|
let e1 = this.record[e.date] |
|
|
|
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.chooseDay = e |
|
|
|