29419
This commit is contained in:
@@ -126,7 +126,7 @@
|
||||
this.$http.post(`/app/apppublicityinfo/list?`, null, {
|
||||
params: {
|
||||
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,
|
||||
}
|
||||
}).then(res => {
|
||||
|
||||
Reference in New Issue
Block a user