zhangwei
2025-08-28 06e4c8c1bad514992186d94a65c0dc6250e34716
src/layout/components/lay-tag/index.vue
@@ -46,6 +46,7 @@
  currentSelect,
  scheduleIsActive,
  getContextMenuStyle,
  userRoles,
  closeMenu,
  onMounted,
  onMouseenter,
@@ -186,6 +187,7 @@
    if (!hasValue) {
      arr.forEach((arrItem: any) => {
        if (arrItem.path === value) {
          console.log(arrItem.path, value, "arrItem.path === value");
          useMultiTagsStoreHook().handleTags("push", {
            path: value,
            meta: arrItem.meta,