Merge pull request '分类搜索 tag 搜索条件' (#114) from chenxuelian into dev

Reviewed-on: http://git.feashow.cn/feashow/pupil/pulls/114
This commit is contained in:
1171906056
2023-05-13 06:58:33 +00:00

View File

@@ -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) => {