src/views/healthcode/healthcode.vue
@@ -240,6 +240,8 @@ this.onLoad(this.page); }, searchChange(params, done) { //清空this.$route.query this.$router.push({ query: {} }); this.query = params; this.page.currentPage = 1; this.onLoad(this.page, params); @@ -322,7 +324,6 @@ let values = { ...params, }; debugger; if (this.$route.query.status!=undefined && this.$route.query != undefined && this.$route.query != null && this.$route.query != "" ) { if (this.$route.query.type != undefined) { this.page.currentPage = 1;