Explorar el Código

tabulation 路由

tangning hace 2 meses
padre
commit
9303dfc05c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,