From eb6a1c56c2f7d47481df86672c1606897445e1e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B4=AA=E6=B4=AA?= <2498601771@qq.com> Date: Tue, 19 Sep 2023 18:06:55 +0800 Subject: [PATCH] =?UTF-8?q?CN-1321=20fix:=20=E5=9C=B0=E5=9B=BE=E4=B8=8B?= =?UTF-8?q?=E9=92=BB=E5=90=8E=EF=BC=8C=E5=88=B7=E6=96=B0=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=EF=BC=8C=E4=B8=8B=E6=96=B9=E8=B6=8B=E5=8A=BF=E5=9B=BE=E5=8F=98?= =?UTF-8?q?=E4=B8=BA=E5=85=A8=E5=B1=80=E7=9A=84=E8=B6=8B=E5=8A=BF=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/charts2/charts/npm/NpmLine.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/charts2/charts/npm/NpmLine.vue b/src/views/charts2/charts/npm/NpmLine.vue index d91880d5..80cb391e 100644 --- a/src/views/charts2/charts/npm/NpmLine.vue +++ b/src/views/charts2/charts/npm/NpmLine.vue @@ -114,7 +114,7 @@ export default { }, timeFilter: { handler () { - this.init() + this.init(this.country) } } },