2 커밋 f68ccb1c33 ... a96a33fef7

작성자 SHA1 메시지 날짜
  Karsa a96a33fef7 Merge branch 'eta1.8' into debug 1 개월 전
  Karsa 4b240fee90 fix 1 개월 전
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  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();
       }