From 0bb64096875368b24aa26751a255c4dcb8a67784 Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Sun, 13 Sep 2020 08:19:57 +0200 Subject: [PATCH] =?UTF-8?q?=E5=8F=AA=E6=9C=89EditSites=E7=9A=84=E8=B5=84?= =?UTF-8?q?=E6=BA=90=E5=88=97=E8=A1=A8=E5=8F=98=E5=8C=96=E6=97=B6=E6=89=8D?= =?UTF-8?q?=E6=9B=B4=E6=96=B0Film=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Film.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Film.vue b/src/components/Film.vue index dba06ab..31d454e 100644 --- a/src/components/Film.vue +++ b/src/components/Film.vue @@ -193,7 +193,7 @@ export default { }, deep: true }, - '$store.state.editSites': function () { + '$store.state.editSites.sites': function () { this.getAllsites() } },