Browse Source

修改bug2058

zhouna 6 years ago
parent
commit
2c4dc45f34
1 changed files with 1 additions and 1 deletions
  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);