|
@@ -106,7 +106,7 @@ export default {
|
|
}
|
|
}
|
|
this.info.catalogRoot.push(newGroupLevel1)
|
|
this.info.catalogRoot.push(newGroupLevel1)
|
|
this.info.catalogs.push({
|
|
this.info.catalogs.push({
|
|
- newGroupLevel2Id,
|
|
|
|
|
|
+ id: newGroupLevel2Id,
|
|
name: '默认二级分组',
|
|
name: '默认二级分组',
|
|
})
|
|
})
|
|
} else if (this.addGroupLevel === 2) {
|
|
} else if (this.addGroupLevel === 2) {
|