Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
binhai-people
Project
Project
Details
Activity
Releases
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
binhai-jiaoguan
binhai-people
Commits
ec61b877
Commit
ec61b877
authored
Nov 22, 2023
by
高滢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
我的服务刷新 路由
parent
1ffb630c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
index.vue
src/views/Home/index.vue
+3
-3
index.vue
src/views/myService/index.vue
+1
-1
serviceDetials.vue
src/views/myService/serviceDetials.vue
+1
-1
No files found.
src/views/Home/index.vue
View file @
ec61b877
...
...
@@ -424,10 +424,10 @@ export default {
this
.
$router
.
push
({
name
:
'mobilityServices'
,
params
:
{
start
:
this
.
travelServicesForm
.
start
,
start
:
this
.
travelServicesForm
.
start
,
end
:
this
.
travelServicesForm
.
end
,
stratLocation
:
this
.
travelServicesForm
.
stratLocation
,
endLocation
:
this
.
travelServicesForm
.
endLocation
stratLocation
:
this
.
travelServicesForm
.
stratLocation
,
endLocation
:
this
.
travelServicesForm
.
endLocation
}
})
},
...
...
src/views/myService/index.vue
View file @
ec61b877
...
...
@@ -111,7 +111,7 @@ export default {
}
,
// 查看详情
goServiceDetais
(
item
)
{
this
.
$router
.
push
({
name
:
'myServiceDetails'
,
params
:
{
serviceId
:
item
.
id
}}
)
this
.
$router
.
push
({
name
:
'myServiceDetails'
,
query
:
{
serviceId
:
item
.
id
}}
)
}
,
// 模糊查询
querySearch
()
{
...
...
src/views/myService/serviceDetials.vue
View file @
ec61b877
...
...
@@ -70,7 +70,7 @@ export default {
}
},
created
()
{
this
.
serviceId
=
this
.
$route
.
params
.
serviceId
this
.
serviceId
=
this
.
$route
.
query
.
serviceId
console
.
log
(
typeof
this
.
serviceId
)
this
.
getServiceDetails
()
},
...
...
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