This commit is contained in:
shijingjing
2022-04-29 13:57:36 +08:00
parent 7aeb036a76
commit cc61d69620

View File

@@ -126,7 +126,7 @@
this.$http.post(`/app/apppublicityinfo/list?`, null, { this.$http.post(`/app/apppublicityinfo/list?`, null, {
params: { params: {
current: this.current, current: this.current,
moduleId: this.tabList[this.currIndex].parentId, moduleId: this.currIndex == 0? this.tabList[0].parentId : this.tabList[this.currIndex].parentId,
categoryId: this.tabList[this.currIndex].id, categoryId: this.tabList[this.currIndex].id,
} }
}).then(res => { }).then(res => {