Skip to content

Commit dd4482f

Browse files
committed
crm联系人商机修改
1 parent a1fd3af commit dd4482f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/views/crm/business/components/BusinessForContactLink.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ defineExpose({ open }) // 提供 open 方法,用于打开弹窗
111111
const getList = async () => {
112112
loading.value = true
113113
try {
114-
console.log(queryParams)
115114
const data = await BusinessApi.getBusinessPageByCustomer(queryParams)
116115
list.value = data.list
117116
total.value = data.total

src/views/crm/business/components/BusinessListByContact.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ const queryParams = reactive({
7575
const getList = async () => {
7676
loading.value = true
7777
try {
78-
console.log(props.customerId)
7978
// 置空参数
8079
queryParams.contactId = undefined
8180
// 执行查询

0 commit comments

Comments
 (0)