From dd4482fad23664897d7155cc15e6e046ec6ef19f Mon Sep 17 00:00:00 2001 From: zyna Date: Sun, 17 Dec 2023 17:37:40 +0800 Subject: [PATCH] =?UTF-8?q?crm=E8=81=94=E7=B3=BB=E4=BA=BA=E5=95=86?= =?UTF-8?q?=E6=9C=BA=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/crm/business/components/BusinessForContactLink.vue | 1 - src/views/crm/business/components/BusinessListByContact.vue | 1 - 2 files changed, 2 deletions(-) diff --git a/src/views/crm/business/components/BusinessForContactLink.vue b/src/views/crm/business/components/BusinessForContactLink.vue index 4a8a401a..dd66c55a 100644 --- a/src/views/crm/business/components/BusinessForContactLink.vue +++ b/src/views/crm/business/components/BusinessForContactLink.vue @@ -111,7 +111,6 @@ defineExpose({ open }) // 提供 open 方法,用于打开弹窗 const getList = async () => { loading.value = true try { - console.log(queryParams) const data = await BusinessApi.getBusinessPageByCustomer(queryParams) list.value = data.list total.value = data.total diff --git a/src/views/crm/business/components/BusinessListByContact.vue b/src/views/crm/business/components/BusinessListByContact.vue index 330d6d8f..7f61c6db 100644 --- a/src/views/crm/business/components/BusinessListByContact.vue +++ b/src/views/crm/business/components/BusinessListByContact.vue @@ -75,7 +75,6 @@ const queryParams = reactive({ const getList = async () => { loading.value = true try { - console.log(props.customerId) // 置空参数 queryParams.contactId = undefined // 执行查询