소스 검색

修改bug2058

zhouna 6 년 전
부모
커밋
2c4dc45f34
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/icss/AddAssaySon.vue

+ 1 - 1
src/components/icss/AddAssaySon.vue

@@ -195,7 +195,7 @@
                   setTimeout(() => {
                     //返回带搜索条件的首页
                   this.$router.push({
-                      path:'AssaySon',
+                      name:'AssaySon',
                     params: Object.assign({}, this.$route.params, {currentPage: 1})
                   })
                   }, 1000);