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 (