mirror of
https://gitee.com/guchengwuyue/crm.git
synced 2025-12-06 17:08:28 +08:00
fixed lightly
This commit is contained in:
parent
2d7273fa3d
commit
f411b5a9fa
@ -124,7 +124,7 @@
|
||||
>
|
||||
菜单权限
|
||||
</el-button>
|
||||
<el-button
|
||||
<!-- <el-button
|
||||
v-hasPermi="['system:permission:assign-role-data-scope']"
|
||||
link
|
||||
preIcon="ep:coin"
|
||||
@ -133,7 +133,7 @@
|
||||
@click="openDataPermissionForm(scope.row)"
|
||||
>
|
||||
数据权限
|
||||
</el-button>
|
||||
</el-button> -->
|
||||
<el-button
|
||||
v-hasPermi="['system:role:delete']"
|
||||
link
|
||||
|
||||
@ -105,6 +105,7 @@ public class CrmBusinessServiceImpl implements CrmBusinessService {
|
||||
|
||||
@Override
|
||||
public CrmBusinessRespVO getBusiness(Long id) {
|
||||
|
||||
CrmBusinessDO businessDO = businessMapper.selectById(id);
|
||||
CrmBusinessRespVO businessRespVO = BeanUtils.toBean(businessDO,CrmBusinessRespVO.class);
|
||||
CrmCustomerDO customerDO = customerMapper.selectById(businessDO.getCustomerId());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user