From 6f9ae96f2aea3d4c26c52df0de32d2eb903a1db2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=86=E4=B9=90?= <342503599@qq.com> Date: Thu, 25 Aug 2022 10:37:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A1=E6=A3=80=E7=82=B9(=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E8=87=AA=E6=A3=80):=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectFront/inspecPoint/selfInspect.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/projectFront/inspecPoint/selfInspect.vue b/src/views/projectFront/inspecPoint/selfInspect.vue index 960af330..9e541358 100644 --- a/src/views/projectFront/inspecPoint/selfInspect.vue +++ b/src/views/projectFront/inspecPoint/selfInspect.vue @@ -86,8 +86,8 @@ export default { }, // 刷新 toRefresh() { - this.getPointList() this.queryStr = '' + this.getPointList() } } };