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
44a4c478
Commit
44a4c478
authored
Jun 27, 2022
by
Marcus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
跟进列表错误显示,客诉跟进获取联系人列表id错了
parent
5532557c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
index.vue
src/components/CustomerFollow/index.vue
+4
-3
query.vue
src/views/ecw/customer/query.vue
+1
-1
index.vue
src/views/ecw/customerComplaint/index.vue
+1
-1
No files found.
src/components/CustomerFollow/index.vue
View file @
44a4c478
...
...
@@ -134,7 +134,8 @@ export default {
*/
name
:
"
CustomerFollow
"
,
props
:
{
customerId
:
Number
id
:
Number
,
customerId
:
Number
,
},
data
()
{
return
{
...
...
@@ -179,7 +180,7 @@ export default {
resetCustomerFollowForm
()
{
this
.
customerFollow
.
form
=
{
"
bizId
"
:
this
.
customerI
d
,
"
bizId
"
:
this
.
i
d
,
"
contactName
"
:
undefined
,
"
feedback
"
:
undefined
,
"
followMethod
"
:
undefined
,
...
...
@@ -190,7 +191,7 @@ export default {
}
},
getCustomerFollowList
()
{
getCustomerFollowPage
({
bizId
:
this
.
customerI
d
}).
then
(
r
=>
{
getCustomerFollowPage
({
bizId
:
this
.
i
d
}).
then
(
r
=>
{
this
.
customerFollowList
=
r
.
data
.
list
})
}
...
...
src/views/ecw/customer/query.vue
View file @
44a4c478
...
...
@@ -147,7 +147,7 @@
<
/el-table
>
<
/el-tab-pane
>
<
el
-
tab
-
pane
label
=
"
跟进
"
>
<
customer
-
follow
ref
=
"
customerFollow
"
:
customer
-
id
=
"
id
"
><
/customer-follow
>
<
customer
-
follow
ref
=
"
customerFollow
"
:
id
=
"
id
"
><
/customer-follow
>
<
/el-tab-pane
>
<
el
-
tab
-
pane
label
=
"
客户投诉
"
>
<
customer
-
complaint
ref
=
"
customerComplaint
"
:
customer
-
id
=
"
id
"
hidden
-
search
><
/customer-complaint
>
...
...
src/views/ecw/customerComplaint/index.vue
View file @
44a4c478
...
...
@@ -128,7 +128,7 @@
</el-form-item>
</el-form>
<customer-follow
v-
show=
"!!this.form.id"
:customer-id=
"form.i
d"
></customer-follow>
<customer-follow
v-
if=
"!!this.form.id"
:id=
"form.id"
:customer-id=
"form.customerI
d"
></customer-follow>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
type=
"primary"
@
click=
"submitForm"
>
确 定
</el-button>
...
...
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