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
539abda5
Commit
539abda5
authored
Nov 18, 2024
by
zhengyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
跟进列表创建时间查询参数bug修复
parent
49c9f4b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
logListCommon.vue
src/views/ecw/offer/logListCommon.vue
+5
-2
logListCustomerCommon.vue
src/views/ecw/offer/logListCustomerCommon.vue
+4
-2
No files found.
src/views/ecw/offer/logListCommon.vue
View file @
539abda5
...
...
@@ -158,6 +158,7 @@ export default {
pageSize
:
10
},
followFormTmp
:
{
createTime
:
[
""
,
""
],
nextTime
:
[
""
,
""
]
}
}
...
...
@@ -236,10 +237,11 @@ export default {
let
obj
=
{}
obj
.
customerId
=
this
.
customerId
||
null
obj
.
offerId
=
this
.
offerId
||
null
obj
.
beginNextTime
=
this
.
followFormTmp
.
nextTime
[
0
]
obj
.
endNextTime
=
this
.
followFormTmp
.
nextTime
[
1
]
console
.
log
(
"
时间
"
,
this
.
followFormTmp
)
obj
.
beginCreateTime
=
this
.
followFormTmp
.
createTime
[
0
]
obj
.
endCreateTime
=
this
.
followFormTmp
.
createTime
[
1
]
obj
.
beginNextTime
=
this
.
followFormTmp
.
nextTime
[
0
]
obj
.
endNextTime
=
this
.
followFormTmp
.
nextTime
[
1
]
return
obj
},
handleQuery
()
{
...
...
@@ -276,6 +278,7 @@ export default {
})
},
reset
()
{
this
.
followFormTmp
.
createTime
=
[
""
,
""
]
this
.
followFormTmp
.
nextTime
=
[
""
,
""
]
this
.
followForm
=
{
pageNo
:
1
,
...
...
src/views/ecw/offer/logListCustomerCommon.vue
View file @
539abda5
...
...
@@ -156,6 +156,7 @@ export default {
pageSize
:
10
},
followFormTmp
:
{
createTime
:
[
""
,
""
],
nextTime
:
[
""
,
""
]
}
}
...
...
@@ -234,10 +235,10 @@ export default {
let
obj
=
{}
obj
.
customerId
=
this
.
customerId
||
null
obj
.
offerId
=
this
.
offerId
||
null
obj
.
beginNextTime
=
this
.
followFormTmp
.
nextTime
[
0
]
obj
.
endNextTime
=
this
.
followFormTmp
.
nextTime
[
1
]
obj
.
beginCreateTime
=
this
.
followFormTmp
.
createTime
[
0
]
obj
.
endCreateTime
=
this
.
followFormTmp
.
createTime
[
1
]
obj
.
beginNextTime
=
this
.
followFormTmp
.
nextTime
[
0
]
obj
.
endNextTime
=
this
.
followFormTmp
.
nextTime
[
1
]
return
obj
},
handleQuery
()
{
...
...
@@ -274,6 +275,7 @@ export default {
})
},
reset
()
{
this
.
followFormTmp
.
createTime
=
[
""
,
""
]
this
.
followFormTmp
.
nextTime
=
[
""
,
""
]
this
.
followForm
=
{
pageNo
:
1
,
...
...
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