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-15 10:01:32 +0800
Commit
e48be13f5d048f2c0ce674d89f808974914a8187
1 parent
c78b1acb
fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
app/pages/shop/category/components/index.js
app/pages/shop/category/components/produc-list.vue → app/pages/shop/category/components/product-list.vue
app/pages/shop/category/components/index.js
View file @
e48be13
...
...
@@ -2,7 +2,7 @@
* Created by TaoHuang on 2017/5/8.
*/
import
ProductList
from
'./produc-list'
;
import
ProductList
from
'./produc
t
-list'
;
import
EditName
from
'./edit-name'
;
export
{
...
...
app/pages/shop/category/components/produc-list.vue → app/pages/shop/category/components/produc
t
-list.vue
View file @
e48be13
...
...
@@ -218,7 +218,7 @@
if (res.code === 200) {
this.tableData = res.data.list;
this.pageData.total = res.data.total;
this.pageData.current = res.data.page
;
this.pageData.current = res.data.page;
}
});
},
...
...
Please
register
or
login
to post a comment