分类搜索 tag 搜索条件
This commit is contained in:
@@ -345,7 +345,7 @@
|
|||||||
},
|
},
|
||||||
getTagList() {
|
getTagList() {
|
||||||
const data = {
|
const data = {
|
||||||
pid: this.tabbar[this.menuCurrent].id
|
pid: 0// this.tabbar[this.menuCurrent].id
|
||||||
}
|
}
|
||||||
this.$apiServe.getTags(data).then(res => {
|
this.$apiServe.getTags(data).then(res => {
|
||||||
this.tagsList = res.data.data.map((item, index) => {
|
this.tagsList = res.data.data.map((item, index) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user