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