lanjianrong 5 yıl önce
ebeveyn
işleme
3cddc9a603

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

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