25576
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
this.instance.post(`/app/appcontentmodulecategory/list`, null, {
|
||||
params: {
|
||||
...this.cateSearch,
|
||||
moduleId: this.moduleId,
|
||||
moduleId: this.$route.query.moduleId,
|
||||
size: 100
|
||||
}
|
||||
}).then(res => {
|
||||
@@ -170,7 +170,7 @@
|
||||
if (valid) {
|
||||
this.instance.post(`/app/appcontentinfo/addOrUpdate`, {
|
||||
...this.form,
|
||||
moduleId: this.moduleId,
|
||||
moduleId: this.$route.query.moduleId,
|
||||
createUserName: this.user.info.name,
|
||||
createUserId: this.user.info.id,
|
||||
categoryName: this.cateList.filter(v => v.id === this.form.categoryId)[0].categoryName,
|
||||
|
||||
Reference in New Issue
Block a user