|
@@ -163,7 +163,7 @@ const rightFn = async (node, data, e) => {
|
|
|
const fRes = await getDir(node.parent.data.id);
|
|
|
if (fRes.data.dirType == "2") {
|
|
|
// 父级是组织 不可以编辑
|
|
|
- emit("treeRClick", res.data, null, e, true);
|
|
|
+ emit("treeRClick", res.data, null, e);
|
|
|
} else {
|
|
|
emit("treeRClick", res.data, null, e);
|
|
|
}
|