lanjianrong hace 5 años
padre
commit
3cddc9a603
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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)