bug
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
</div>
|
||||
</AiTopFixed>
|
||||
<div class="user-list">
|
||||
<u-swipe-action style="margin-bottom: 16px;"
|
||||
<u-swipe-action style="margin-bottom: 12px;"
|
||||
:show="item.show"
|
||||
:index="index"
|
||||
v-for="(item,index) in list"
|
||||
@@ -146,6 +146,8 @@ export default {
|
||||
if (res.code == 0) {
|
||||
this.$u.toast('删除成功')
|
||||
this.getListInit()
|
||||
}else {
|
||||
this.$u.toast(res.msg)
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
@@ -214,7 +214,8 @@ export default {
|
||||
document.title = '卡口登记详情'
|
||||
},
|
||||
onLoad(option) {
|
||||
this.$dict.load('yesOrNo', 'EP_registerPersonType', 'EP_travelType', 'EP_abnormalType', 'epidemicTouchInFourteen', 'EP_highRiskIndustries').then(() => {
|
||||
this.$dict.load('yesOrNo', 'EP_registerPersonType', 'EP_travelType', 'EP_abnormalType', 'epidemicTouchInFourteen', 'EP_highRiskIndustries', 'EP_handleType',
|
||||
'EP_quarantineAddress', 'EP_homeStatus', 'EP_quarantineStrategy', 'EP_controlMethod', 'EP_handoverObject', 'EP_handoverMethod').then(() => {
|
||||
this.id = option.id
|
||||
// this.haveHomeQuarantineBtn = option.operation == 'reDisposal' ? true : false
|
||||
this.getDetail()
|
||||
|
||||
Reference in New Issue
Block a user