소스 검색

crm联系人商机修改

zyna 1 년 전
부모
커밋
dd4482fad2
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      src/views/crm/business/components/BusinessForContactLink.vue
  2. 0 1
      src/views/crm/business/components/BusinessListByContact.vue

+ 0 - 1
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

+ 0 - 1
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
     // 执行查询