分类搜索 tag 搜索条件

This commit is contained in:
”chenxuelian“
2023-05-13 14:47:17 +08:00
parent cde4f8d2c7
commit bfb3ef2f2b

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