From 1ad3d9d839123b19ab9f090ddc84f0811586929c Mon Sep 17 00:00:00 2001 From: qushutong <1976590620@qq.com> Date: Mon, 23 Sep 2019 15:54:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/news/news-publish.vue | 4 ++++ 1 file changed, 4 insertions(+) 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()