Commit 50ffbe70 by 刘海龙

111

parent 0bc4808f
...@@ -262,15 +262,15 @@ ...@@ -262,15 +262,15 @@
}, },
computed: { computed: {
currentItems: function() { // currentItems: function() {
if(this.tab == 0) { // if(this.tab == 0) {
return this.zhenti // return this.zhenti
} else if(this.tab == 1) { // } else if(this.tab == 1) {
return this.download // return this.download
} else { // } else {
return this.myTab == 0 ? this.myYiZuo : this.myCollect // return this.myTab == 0 ? this.myYiZuo : this.myCollect
} // }
}, // },
selectedCondition: function() { selectedCondition: function() {
return this.condition.filter( r => { return r.id != '' && r.select }) return this.condition.filter( r => { return r.id != '' && r.select })
}, },
......
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