From 254db9a670034a34a25beb04241654a0a2e1bc21 Mon Sep 17 00:00:00 2001 From: limingtao <@ming_tao_li> Date: Wed, 17 Jul 2024 23:46:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=98=E5=9C=A8=E9=9A=90=E6=82=A3=E9=99=84?= =?UTF-8?q?=E4=BB=B6=E5=9B=9E=E9=97=AE=E9=A2=98=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/investigation/task.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/pages/investigation/task.vue b/pages/investigation/task.vue index ed237a5..d3ff73b 100644 --- a/pages/investigation/task.vue +++ b/pages/investigation/task.vue @@ -579,9 +579,15 @@ } ] // console.log(this.hiddenDangerList2) - this.fileList = [{ - url: v.hdPic - }]; + + if(v.hdPic){ + this.fileList = [{ + url: v.hdPic + }]; + }else{ + this.fileList = []; + } + }, add() { // this.addInvestigationInfo.type='add'