lanjianrong hace 4 años
padre
commit
26b8c35110

+ 0 - 1
src/pages/Customer/Business/components/BusinessDetail/Form.jsx

@@ -14,7 +14,6 @@ const Form = props => {
     return groupStatus.findIndex(item => item.endProcess && item.selected) !== -1
   }, [groupStatus, business.businessStatusId])
 
-  console.log('isOwner', isOwner, 'isEnd', isEnd)
   const changeCopInputData = {
     customerName: business.customerName,
     customerId: business.customerId,