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-04-28 15:18:44 +0800
Commit
996c3e4da847480e25e17add9ac744bb6c91dd3b
1 parent
88e1457f
商品编辑页跳转修改
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
app/pages/product/offsale/offsale.vue
app/pages/product/onsale/onsale.vue
app/pages/product/offsale/offsale.vue
View file @
996c3e4
...
...
@@ -308,9 +308,9 @@
},
editProduct(skn) {
this.$router.push({
name: 'product.create.step1',
query: {
skn
name: 'product.edit',
params: {
id: skn
}
});
},
...
...
app/pages/product/onsale/onsale.vue
View file @
996c3e4
...
...
@@ -298,9 +298,9 @@
},
editProduct(skn) {
this.$router.push({
name: 'product.create.step1',
query: {
skn
name: 'product.edit',
params: {
id: skn
}
});
},
...
...
Please
register
or
login
to post a comment