Merge pull request '分类搜索 tag 搜索条件' (#114) from chenxuelian into dev
Reviewed-on: http://git.feashow.cn/feashow/pupil/pulls/114
This commit is contained in:
@@ -345,7 +345,7 @@
|
||||
},
|
||||
getTagList() {
|
||||
const data = {
|
||||
pid: this.tabbar[this.menuCurrent].id
|
||||
pid: 0// this.tabbar[this.menuCurrent].id
|
||||
}
|
||||
this.$apiServe.getTags(data).then(res => {
|
||||
this.tagsList = res.data.data.map((item, index) => {
|
||||
|
||||
Reference in New Issue
Block a user