Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
dd4482fa
authored
Dec 17, 2023
by
zyna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
crm联系人商机修改
parent
a1fd3afc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
src/views/crm/business/components/BusinessForContactLink.vue
+0
-1
src/views/crm/business/components/BusinessListByContact.vue
+0
-1
No files found.
src/views/crm/business/components/BusinessForContactLink.vue
View file @
dd4482fa
...
...
@@ -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
...
...
src/views/crm/business/components/BusinessListByContact.vue
View file @
dd4482fa
...
...
@@ -75,7 +75,6 @@ const queryParams = reactive({
const
getList
=
async
()
=>
{
loading
.
value
=
true
try
{
console
.
log
(
props
.
customerId
)
// 置空参数
queryParams
.
contactId
=
undefined
// 执行查询
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment