BUG 30542
This commit is contained in:
@@ -140,7 +140,8 @@ export default {
|
||||
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`, {
|
||||
categorys, moduleId
|
||||
}).then(res => {
|
||||
|
||||
Reference in New Issue
Block a user