From fe0b50108b48359f08e47c8e1dd8730cce077d7a Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Thu, 17 Nov 2022 14:16:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/excuteInspection/excuteInspection.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/excuteInspection/excuteInspection.vue b/pages/excuteInspection/excuteInspection.vue index e35934b..256e133 100644 --- a/pages/excuteInspection/excuteInspection.vue +++ b/pages/excuteInspection/excuteInspection.vue @@ -79,14 +79,14 @@ success: function(res) { // TODO 判断 let _inspectionTaskDetails = res.data.inspectionTaskDetails; - _inspectionTaskDetails.forEach(function(_item) { - if (_item.state == '20200407') { - _item.photos.forEach(function(_photoTmp) { - _photoTmp.url = url.hcBaseUrl + _photoTmp.url; - }); - } + // _inspectionTaskDetails.forEach(function(_item) { + // if (_item.state == '20200407') { + // _item.photos.forEach(function(_photoTmp) { + // _photoTmp.url = url.hcBaseUrl + _photoTmp.url; + // }); + // } - }) + // }) _that.taskDetails = _inspectionTaskDetails; } });