fix: 同级模块下重名校验失效
This commit is contained in:
parent
585ba6de14
commit
cbc7ef7fe2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue