tangning 2 months ago
parent
commit
d1a5925573
1 changed files with 1 additions and 1 deletions
  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}&overviewId=${res.id}`);
+    window.open(`/draw/#/overview?caseId=${caseId.value}&tabulationId=${res.id}`);
   }
   // router.push({
   //   name: RouteName.drawCaseFile,