源更新时更新Film页面的源列表

This commit is contained in:
haiyangcui
2020-09-10 21:13:42 +02:00
parent 2e121a901c
commit 4a07520336

View File

@@ -187,11 +187,14 @@ export default {
searchTxt () {
this.searchChangeEvent()
},
'setting.site': {
'setting.sitesList': {
handler (nv) {
this.getAllsites(nv)
this.getAllsites()
},
deep: true
},
'$store.state.editSites': function () {
this.getAllsites()
}
},
methods: {