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
a33bae35
Commit
a33bae35
authored
Nov 25, 2022
by
dcy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户跟进接口修改
parent
afc4f2f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
customerFollow.js
src/api/ecw/customerFollow.js
+1
-1
index.vue
src/components/CustomerFollow/index.vue
+6
-2
No files found.
src/api/ecw/customerFollow.js
View file @
a33bae35
...
...
@@ -37,7 +37,7 @@ export function getCustomerFollow(id) {
// 获得跟进分页
export
function
getCustomerFollowPage
(
query
)
{
return
request
({
url
:
'
/
ecw/customer-follow/p
age
'
,
url
:
'
/
customer/detail/infoList/followP
age
'
,
method
:
'
get
'
,
params
:
query
})
...
...
src/components/CustomerFollow/index.vue
View file @
a33bae35
...
...
@@ -53,7 +53,8 @@
>
</el-table-column>
</el-table>
<pagination
:total=
"total"
:page.sync=
"pageNo"
:limit.sync=
"pageSize"
@
pagination=
"getCustomerFollowList"
/>
<el-dialog
append-to-body
title=
"客户跟进"
...
...
@@ -154,6 +155,9 @@ export default {
dialogVisible
:
false
,
form
:
{}
},
pageNo
:
1
,
pageSize
:
10
,
total
:
10
,
}
},
...
...
@@ -231,7 +235,7 @@ export default {
this
.
$refs
.
dictMethod
.
changeValue
(
this
.
customerFollow
.
form
.
followMethod
);
},
getCustomerFollowList
()
{
getCustomerFollowPage
({
bizId
:
this
.
id
}).
then
(
r
=>
{
getCustomerFollowPage
({
customerId
:
this
.
customerId
,
pageNo
:
this
.
pageNo
,
pageSize
:
this
.
pageSize
}).
then
(
r
=>
{
this
.
customerFollowList
=
r
.
data
.
list
})
}
...
...
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