From 6ac1c909313447e73952f98e3af32834a82fd521 Mon Sep 17 00:00:00 2001 From: q4speed Date: Thu, 23 Apr 2020 15:40:06 +0800 Subject: [PATCH] =?UTF-8?q?api=E6=B5=8B=E8=AF=95=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=EF=BC=8C=E6=9C=AA=E5=AE=8C=E5=BE=85=E7=BB=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/business/components/api/test/ApiTestList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/business/components/api/test/ApiTestList.vue b/frontend/src/business/components/api/test/ApiTestList.vue index eaec813bd..12d5d35a8 100644 --- a/frontend/src/business/components/api/test/ApiTestList.vue +++ b/frontend/src/business/components/api/test/ApiTestList.vue @@ -78,7 +78,7 @@ watch: { '$route'(to) { this.projectId = to.params.projectId; - this.initTableData(); + this.search(); } }, -- GitLab