Commit 50ffbe70 by 刘海龙

111

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