fix: 同级模块下重名校验失效

This commit is contained in:
chenjianxing 2022-04-24 15:09:21 +08:00 committed by 刘瑞斌
parent 09365548ba
commit dde4e250fd
1 changed files with 1 additions and 0 deletions

View File

@ -373,6 +373,7 @@ export default {
param.type = 'edit';
param.id = data.id;
param.level = data.level;
param.parentId = data.parentId;
this.getChildNodeId(data, param.nodeIds);
} else {
param.level = 1;