1
0
gemercheung 10 mesiacov pred
rodič
commit
57cbc74d50
1 zmenil súbory, kde vykonal 8 pridanie a 8 odobranie
  1. 8 8
      src/view/case/editMenu.vue

+ 8 - 8
src/view/case/editMenu.vue

@@ -85,14 +85,14 @@ const menus = computed(() => {
         );
       },
     },
-    // {
-    //   key: "sync",
-    //   label: "带看",
-    //   onClick: async () => {
-    //     const href = await getSWKKSyncLink(caseId);
-    //     window.open(href);
-    //   },
-    // },
+    {
+      key: "sync",
+      label: "带看",
+      onClick: async () => {
+        const href = await getSWKKSyncLink(caseId);
+        window.open(href);
+      },
+    },
     {
       key: "share",
       label: "分享",