fix: 同级模块下重名校验失效
This commit is contained in:
parent
09365548ba
commit
dde4e250fd
|
@ -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