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
htoooth
2017-06-09 15:16:30 +0800
Commit
6b7989634d94e514a485ab797e98fc11b3a77807
1 parent
042627a0
fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
app/pages/repository/invoice/components/create-modal.vue
app/pages/repository/invoice/components/product-list.vue
app/pages/repository/invoice/components/create-modal.vue
View file @
6b79896
...
...
@@ -81,6 +81,9 @@ export default {
name: 'repository.invoice.edit',
params: {
id: result.data
},
query: {
brandId: this.brandId
}
});
}
...
...
app/pages/repository/invoice/components/product-list.vue
View file @
6b79896
...
...
@@ -44,6 +44,7 @@
},
created() {
this.invoiceService = new InvoiceService();
this.brandId = this.brandId || this.$route.query.brandId;
this.search();
},
methods: {
...
...
Please
register
or
login
to post a comment