BUG 30542

This commit is contained in:
aixianling
2022-07-14 09:04:25 +08:00
parent 2bf8c5d150
commit 6522a101ea

View File

@@ -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 => {