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