diff --git a/src/mes/teamInfo/index.js b/src/mes/teamInfo/index.js index 1b735b0..8ec7b3b 100644 --- a/src/mes/teamInfo/index.js +++ b/src/mes/teamInfo/index.js @@ -33,10 +33,10 @@ const teamInfoSid = "17086669370007136849817837261000"; let loginInfo = {}; // 业务层 const useTeamInfoEvent = props => { - const { formData, mesRefresh } = props; + const { formData, mesRefresh = true} = props; useEffect( async () => { - if (commonUtils.isNotEmptyArr(formData)) { + if (commonUtils.isNotEmptyArr(formData) && mesRefresh) { const colunmData = handleGetColumnData(formData, true); const result = await handleGetData(formData, true); const addState = {