Browse Source

tabulation 路由

tangning 2 tháng trước cách đây
mục cha
commit
9303dfc05c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,