ソースを参照

tabulation 路由

tangning 2 ヶ月 前
コミット
9303dfc05c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/view/material/index.vue

+ 1 - 1
src/view/material/index.vue

@@ -205,7 +205,7 @@ const gotoDraw = async (type: BoardType, id: number) => {
       mapUrl
     })
     getcaseByCaseIdList()
-    window.open(`/draw/#/overview?caseId=${caseId.value}&tabulationId=${res.id}`);
+    window.open(`/draw/#/tabulation?caseId=${caseId.value}&tabulationId=${res.id}`);
   }
   // router.push({
   //   name: RouteName.drawCaseFile,