This commit is contained in:
花有清香月有阴
2022-01-12 14:04:35 +08:00
parent 3eb1d7d726
commit 909ba69104
2 changed files with 4 additions and 1 deletions

View File

@@ -27,7 +27,7 @@
<p>{{ item.content }}</p>
<div>
<span>{{ item.createTime }}</span>
<span class="names">网格员: {{ item.createUserName }}</span>
<span class="names">{{ item.createUserName }}</span>
</div>
</div>
</div>

View File

@@ -92,6 +92,9 @@ export default {
data: [],
}
},
computed: {
...mapState(['user']),
},
onLoad(o) {
console.log(o)
this.$dict.load('epidemicMemberType', 'epidemicRecentTravel', 'epidemicTouchInFourteen', 'epidemicRecentTestResult', 'epidemicRecentHealth', 'epidemicHealthCode').then(() => {