diff --git a/src/views/modules/news/news-publish.vue b/src/views/modules/news/news-publish.vue index 88271bcf..64951c95 100644 --- a/src/views/modules/news/news-publish.vue +++ b/src/views/modules/news/news-publish.vue @@ -181,6 +181,10 @@ export default { fileList: [] } }, + activated () { + this.getDeptInfoList('street', localStorage.getItem('street') === null ? '1169154711480528897' : localStorage.getItem('street')) + this.getListCategory() + }, created () { this.getDeptInfoList('street', localStorage.getItem('street') === null ? '1169154711480528897' : localStorage.getItem('street')) this.getListCategory()