1
0
tangning 2 kuukautta sitten
vanhempi
commit
d1a5925573
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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,