From 723e72417556a6c45f1d2a26df675bea83fd9bb3 Mon Sep 17 00:00:00 2001 From: yujk <990961482@qq.com> Date: Sat, 12 Mar 2022 22:11:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=85=E5=9F=BA=E5=9C=B0=E8=B0=83=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homesteadSurvey/list.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/homesteadSurvey/list.vue b/src/views/homesteadSurvey/list.vue index 86204aee..90e1e7d0 100644 --- a/src/views/homesteadSurvey/list.vue +++ b/src/views/homesteadSurvey/list.vue @@ -1390,6 +1390,10 @@ mounted(){ }, created(){ + if(location.href.indexOf("#reloaded")==-1){ + location.href=location.href+"#reloaded"; + location.reload(); + } this.getDicts("zjlx").then(response => { this.zjlxOptions = response.data; });