Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
office
haoban-3
Commits
fc72033c
Commit
fc72033c
authored
Jul 15, 2022
by
crushh
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'bugfix/会话任务' into test
parents
4d948db8
70aa00a3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
grStoreDetail.vue
src/views/salesleads/groupSend/grStoreDetail.vue
+1
-0
grStoreList.vue
src/views/salesleads/groupSend/grStoreList.vue
+2
-1
No files found.
src/views/salesleads/groupSend/grStoreDetail.vue
View file @
fc72033c
...
@@ -321,6 +321,7 @@ export default {
...
@@ -321,6 +321,7 @@ export default {
para
.
endTime
=
`
${
para
.
date
[
1
]}
23:59:59`
;
para
.
endTime
=
`
${
para
.
date
[
1
]}
23:59:59`
;
delete
para
.
date
;
delete
para
.
date
;
}
}
if
(
this
.
$route
.
query
.
ecmPlanId
)
{
if
(
this
.
$route
.
query
.
ecmPlanId
)
{
para
.
ecmPlanId
=
this
.
$route
.
query
.
ecmPlanId
;
para
.
ecmPlanId
=
this
.
$route
.
query
.
ecmPlanId
;
}
}
...
...
src/views/salesleads/groupSend/grStoreList.vue
View file @
fc72033c
...
@@ -309,6 +309,7 @@ export default {
...
@@ -309,6 +309,7 @@ export default {
para
.
endTime
=
para
.
date
[
1
];
para
.
endTime
=
para
.
date
[
1
];
delete
para
.
date
;
delete
para
.
date
;
}
}
if
(
that
.
$route
.
query
.
ecmPlanId
)
{
if
(
that
.
$route
.
query
.
ecmPlanId
)
{
para
.
ecmPlanId
=
that
.
$route
.
query
.
ecmPlanId
;
para
.
ecmPlanId
=
that
.
$route
.
query
.
ecmPlanId
;
}
}
...
@@ -344,7 +345,7 @@ export default {
...
@@ -344,7 +345,7 @@ export default {
this
.
getTableList
();
this
.
getTableList
();
},
},
$route
(
to
,
from
)
{
$route
(
to
,
from
)
{
if
(
!
this
.
$route
.
query
.
ecmPlanId
)
{
if
(
to
.
path
==
'/grStoreList'
)
{
this
.
getTableList
();
this
.
getTableList
();
}
}
}
}
...
...
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