|
@@ -1575,7 +1575,7 @@ export default {
|
|
|
(i) => i.typeId == typeIdList[0]
|
|
|
);
|
|
|
let _index2 = this.form.admin.sidebar.list[_index].children.findIndex(
|
|
|
- (i) => i.typeId == typeIdList[1]
|
|
|
+ (i) => i.typeId == typeId
|
|
|
);
|
|
|
this.form.admin.sidebar.list[_index].children.splice(_index2, 1);
|
|
|
}
|