mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 19:32:53 +08:00
Merge branch 'hotfix/bug_【保单查询】显示字段修改【电投】16岁及16岁以下工作单位默认值为无' into dev
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
</div>
|
||||
<div v-if="NewItems.length == 0" class="list text-center">
|
||||
<img :src="src" />
|
||||
<div class="mt20">暂无投保单</div>
|
||||
<div class="mt20">暂无保单</div>
|
||||
</div>
|
||||
</div>
|
||||
<div v-else class="list text-center">
|
||||
@@ -132,7 +132,7 @@ export default {
|
||||
console.log(this.policyListDTOList)
|
||||
} else {
|
||||
this.isShow = true
|
||||
this.errMessage = res.resultMessage || '暂无投保单'
|
||||
this.errMessage = res.resultMessage || '暂无保单'
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user