只有EditSites的资源列表变化时才更新Film页面

This commit is contained in:
haiyangcui
2020-09-13 08:19:57 +02:00
parent 7078e05668
commit 0bb6409687

View File

@@ -193,7 +193,7 @@ export default {
},
deep: true
},
'$store.state.editSites': function () {
'$store.state.editSites.sites': function () {
this.getAllsites()
}
},