BUG 30542
This commit is contained in:
@@ -140,7 +140,8 @@ export default {
|
|||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
})) {
|
})) {
|
||||||
const {cateList: categorys, moduleId} = this
|
let {cateList: categorys, moduleId} = this
|
||||||
|
categorys = categorys.map((e, i) => ({...e, showIndex: i * 1 + 1}))
|
||||||
this.instance.post(`/app/appcontentmodulecategory/addOrUpdate2`, {
|
this.instance.post(`/app/appcontentmodulecategory/addOrUpdate2`, {
|
||||||
categorys, moduleId
|
categorys, moduleId
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
|
|||||||
Reference in New Issue
Block a user