gemercheung 10 месяцев назад
Родитель
Сommit
57cbc74d50
1 измененных файлов с 8 добавлено и 8 удалено
  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: "分享",