@@ -90,6 +90,8 @@ export default {
"content": {
}
})
+ console.log(res.data);
+
this.arealist = this.tool.createMenu(res.data)
},
@@ -24,7 +24,7 @@
<p><span style="margin-right:10px">提报人:</span>{{currentFile.createby}}</p>
<p><span style="margin-right:10px">提报时间:</span>{{currentFile.createdate}}</p>
</div>
- <div class="content" style="word-break:break-all">
+ <div class="content" style="word-break:break-all" v-if="currentFile.content">
<p>提报内容</p>
<p>
{{currentFile.content}}
@@ -2,7 +2,7 @@ const SManagement = [{
path: '/notice_list',
name: 'noticemag',
meta: {
- title: '通报',
+ title: '通告',
ast_nav: true
component: () => import(/* webpackChunkName: "about" */ '@/SManagement/notice/index.vue')