lanjianrong 5 년 전
부모
커밋
3cddc9a603
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/components/PopContent/Contacts/index.jsx

+ 0 - 1
src/components/PopContent/Contacts/index.jsx

@@ -11,7 +11,6 @@ import { connect } from 'dva'
 
 const Popcontent = props => {
   const { dispatch, shouldUpdate, visible, onClose, collapsed, id = '' } = props
-  console.log('shouldUpdate', shouldUpdate)
   const needSubtractHeight = 55 // 需要被裁掉的高度
   // const needSubtractWidth = (collapsed ? 208 : 48) + 48 + 48 + 48 // 需要被裁掉的高度
   const [x, y] = useAutoTable(collapsed, needSubtractHeight)