crm联系人商机修改

(cherry picked from commit dd4482fad2)
This commit is contained in:
zyna 2023-12-17 17:37:40 +08:00 committed by shizhong
parent d6a4795ca4
commit d6c56f8588
2 changed files with 0 additions and 2 deletions

View File

@ -111,7 +111,6 @@ defineExpose({ open }) // 提供 open 方法,用于打开弹窗
const getList = async () => { const getList = async () => {
loading.value = true loading.value = true
try { try {
console.log(queryParams)
const data = await BusinessApi.getBusinessPageByCustomer(queryParams) const data = await BusinessApi.getBusinessPageByCustomer(queryParams)
list.value = data.list list.value = data.list
total.value = data.total total.value = data.total

View File

@ -75,7 +75,6 @@ const queryParams = reactive({
const getList = async () => { const getList = async () => {
loading.value = true loading.value = true
try { try {
console.log(props.customerId)
// //
queryParams.contactId = undefined queryParams.contactId = undefined
// //