走访慰问bug
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<div class="currentLeft">
|
||||
<div class="currentLeft-top">
|
||||
<div class="left">
|
||||
<AiAreaPicker v-model="areaId" ref="areaIds" all :areaId="areaId" @select="areaSelect" style="color: #fff"></AiAreaPicker>
|
||||
<AiAreaPicker v-model="areaId" all :areaId="areaId" @select="areaSelect" style="color: #fff"></AiAreaPicker>
|
||||
</div>
|
||||
|
||||
<u-search v-model="keyword" :clearabled="true" placeholder="请输入标题" :show-action="false" bg-color="#1F5CAF" search-icon-color="#E2E8F1" color="#E2E8F1" height="58" @search="handerSearch" @clear="handerClear"></u-search>
|
||||
@@ -20,8 +20,8 @@
|
||||
<template #custom>
|
||||
<div class="cards-left">
|
||||
<span class="walkName">走访对象:{{ item.createUserName }}</span>
|
||||
<span class="tags">残疾人</span>
|
||||
<span class="tags">居家看护</span>
|
||||
<span class="tags">{{ item.menuLevel3Name }}</span>
|
||||
<span class="tags">{{ $dict.getLabel('realityStatus', item.reality) }}</span>
|
||||
</div>
|
||||
|
||||
<div class="cards-hint">{{ item.description }}</div>
|
||||
@@ -113,7 +113,9 @@ export default {
|
||||
},
|
||||
onLoad() {
|
||||
this.areaId = this.user.areaId
|
||||
this.getList()
|
||||
this.$dict.load('realityStatus').then(() => {
|
||||
this.getList()
|
||||
})
|
||||
},
|
||||
mounted() {},
|
||||
methods: {
|
||||
@@ -160,11 +162,9 @@ export default {
|
||||
goDetail(item, hint) {
|
||||
this.isList = false
|
||||
if (hint == 1 || hint == 2) {
|
||||
console.log('left', item.id, hint)
|
||||
this.comp = hint == 1 ? 'detail' : 'add'
|
||||
this.params = item
|
||||
} else {
|
||||
console.log('right', 2)
|
||||
this.comp = 'add'
|
||||
this.params = 111
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user