Commit f33678ed authored by anxixi's avatar anxixi

找项目分页问题

parent a7b2cf46
......@@ -109,7 +109,7 @@
data() {
return {
stateData:{},
cur_page: 1, //页数
cur_page: this.$store.state.projectPage.has(this.$route.path)?this.$store.state.projectPage.get(this.$route.path):1, //页数
totalListResult: 0,
numberData: 10, //设置个数
projectlist:[],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment