Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-shop-manage
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
李奇
2017-05-09 13:30:31 +0800
Commit
d831c921c6777a025452a127735015c8e03c5abd
1 parent
93a286c3
跳转添加
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
app/pages/trade/allot/components/tab-express.vue
app/pages/trade/allot/components/tab-express.vue
View file @
d831c92
...
...
@@ -144,9 +144,12 @@
return data;
},
expressDetail(
n
o) {
expressDetail(
expressN
o) {
this.$router.push({
name: 'trade.expdetail'
name: 'trade.expdetail',
query: {
expressNo
}
});
}
...
...
Please
register
or
login
to post a comment