From c7af87d9fb173aae1b7bc0cfd32fc72aa6ceeccd Mon Sep 17 00:00:00 2001 From: chenxt <10125295+chen-xintao97@user.noreply.gitee.com> Date: Sat, 27 Dec 2025 15:44:57 +0800 Subject: [PATCH] 解决没有审核状态报错的问题 --- src/mes/common/commonModelComponent/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mes/common/commonModelComponent/index.js b/src/mes/common/commonModelComponent/index.js index 0d968c1..d9a9764 100644 --- a/src/mes/common/commonModelComponent/index.js +++ b/src/mes/common/commonModelComponent/index.js @@ -1941,7 +1941,7 @@ const CommonViewTableComponent = props => { belongsToForm: true, }; const {masterData, sModelsType, app} = props - const {bCheck} = masterData + const {bCheck = false} = masterData || {} const imgSrc = commonBusiness.handleAddIcon(masterData, sModelsType, app); return ( <> -- libgit2 0.22.2