From 4308922177c7f049d9e74e17ba4b85a499cd2487 Mon Sep 17 00:00:00 2001 From: lishenfeng Date: Fri, 17 Jan 2025 14:44:19 +0800 Subject: [PATCH] =?UTF-8?q?fix():=20=E5=B7=A1=E6=A3=80=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E5=A4=84=E7=90=86bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/rcgl/xcxj/xjwtcl/form.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/rcgl/xcxj/xjwtcl/form.js b/src/views/rcgl/xcxj/xjwtcl/form.js index 62c9cae82..9bb3f3aa3 100644 --- a/src/views/rcgl/xcxj/xjwtcl/form.js +++ b/src/views/rcgl/xcxj/xjwtcl/form.js @@ -268,7 +268,7 @@ console.log(record); > { - handleImgfileList.length > 0 && handleImgfileList.map(file => { + handleImgfileList?.length > 0 && handleImgfileList.map(file => { return (
@@ -295,7 +295,7 @@ console.log(record); > { - handleVideoFileList.length > 0 && handleVideoFileList.map(file => { + handleVideoFileList?.length > 0 && handleVideoFileList.map(file => { return (