src/views/healthcode/healthcode.vue @@ -232,7 +232,10 @@ beforeOpen(done, type) { }, searchReset() { //清空搜索框中的内容 this.query = {}; //清空this.$route.query this.$router.push({ query: {} }); this.onLoad(this.page); }, searchChange(params, done) {