From 976d29baa7ccd3ecc1b35f6ff1887a2b3a37b26a Mon Sep 17 00:00:00 2001 From: miaojiale <1123971748@qq.com> Date: Thu, 6 Apr 2023 17:27:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/screening/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/screening/index.vue b/src/views/screening/index.vue index ae61c50..734951c 100644 --- a/src/views/screening/index.vue +++ b/src/views/screening/index.vue @@ -293,6 +293,9 @@ export default { this.handleSearch(form) }, handleSearch(form) { + this.$router.push({ + query: {}, + }) this.listLoading = true const params = Object.assign(this.cacheForm, form) const data = {} -- 2.22.0