src/views/parcel/parcel.vue @@ -243,6 +243,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);