mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-08-10 16:11:53 +08:00
📖 CRM:【客户】微调客户列表界面
This commit is contained in:
@@ -75,7 +75,7 @@ defineOptions({ name: 'CrmBusinessList' })
|
||||
const props = defineProps<{
|
||||
bizType: number // 业务类型
|
||||
bizId: number // 业务编号
|
||||
customerId: number // 关联联系人与商机时,需要传入 customerId 进行筛选
|
||||
customerId?: number // 关联联系人与商机时,需要传入 customerId 进行筛选
|
||||
}>()
|
||||
|
||||
const loading = ref(true) // 列表的加载中
|
||||
|
Reference in New Issue
Block a user