liuQiang 1 рік тому
батько
коміт
474e10b667
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/components/LeftList/LeftList.vue

+ 1 - 1
src/components/LeftList/LeftList.vue

@@ -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);
     }