From deecd1be86eb1b4a6aea381fdf6c967eca40f02a Mon Sep 17 00:00:00 2001 From: yxq Date: Tue, 22 Aug 2023 16:01:58 +0800 Subject: [PATCH] =?UTF-8?q?app=20=E6=95=99=E5=B8=88=E8=80=83=E5=8B=A4?= =?UTF-8?q?=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LearunApp-2.2.0/pages/ADRRecord/list.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/ADRRecord/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/ADRRecord/list.vue index a65c8fdc9..570cf7b36 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/ADRRecord/list.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/ADRRecord/list.vue @@ -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