Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-app-operator-master
Commits
d384c43d
Commit
d384c43d
authored
May 20, 2023
by
邓春圆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
切换编辑客户/客户详情/全部客户这几个页面,有时候会报错 bug修复1
parent
09c1572c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
customerContacts.js
src/api/ecw/customerContacts.js
+9
-5
No files found.
src/api/ecw/customerContacts.js
View file @
d384c43d
...
@@ -71,9 +71,13 @@ export function exportCustomerContactsExcel(query) {
...
@@ -71,9 +71,13 @@ export function exportCustomerContactsExcel(query) {
// 根据客户ID获得联系人列表
// 根据客户ID获得联系人列表
export
function
getCustomerContactsListByCustomer
(
query
)
{
export
function
getCustomerContactsListByCustomer
(
query
)
{
if
(
query
.
customerId
){
return
request
({
return
request
({
url
:
'
/ecw/customer-contacts/list-by-customer
'
,
url
:
'
/ecw/customer-contacts/list-by-customer
'
,
method
:
'
get
'
,
method
:
'
get
'
,
params
:
query
params
:
query
})
})
}
else
{
return
Promise
.
resolve
()
}
}
}
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