2 Commits f68ccb1c33 ... a96a33fef7

Author SHA1 Message Date
  Karsa a96a33fef7 Merge branch 'eta1.8' into debug 1 month ago
  Karsa 4b240fee90 fix 1 month ago
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/views/report/components/AddReportBaseInfoV2.vue

+ 3 - 2
src/views/report/components/AddReportBaseInfoV2.vue

@@ -303,8 +303,9 @@ async function handleSave() {
             }
         }
 
-        let { href } = router.resolve(pathInfo);
-        window.open(href, "_blank");
+        // let { href } = router.resolve(pathInfo);
+        // window.open(href, "_blank");
+        router.push(pathInfo)
   
         close();
       }