29419
This commit is contained in:
@@ -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 => {
|
||||||
|
|||||||
Reference in New Issue
Block a user