This commit is contained in:
liuye
2022-09-29 10:05:17 +08:00
parent 8746d1fde8
commit 3de63b198a

View File

@@ -206,7 +206,8 @@ export default {
onLoad(option) { onLoad(option) {
this.areaId = this.user.areaId this.areaId = this.user.areaId
this.areaName = this.user.areaName this.areaName = this.user.areaName
this.$dict.load('yesOrNo', 'EP_registerPersonType', 'EP_travelType', 'EP_abnormalType', 'epidemicTouchInFourteen', 'EP_homeStatus2', 'EP_quarantineStrategy', 'EP_communityHandleType').then(() => { this.$dict.load('yesOrNo', 'EP_registerPersonType', 'EP_travelType', 'EP_abnormalType', 'epidemicTouchInFourteen',
'EP_homeStatus2', 'EP_quarantineStrategy', 'EP_communityHandleType', 'EP_highRiskIndustries').then(() => {
this.id = option.id this.id = option.id
this.handleTypeList = this.$dict.getDict('EP_communityHandleType') this.handleTypeList = this.$dict.getDict('EP_communityHandleType')
this.getDetail() this.getDetail()
@@ -232,6 +233,8 @@ export default {
return this.$u.toast('请选择隔离策略') return this.$u.toast('请选择隔离策略')
} }
this.form.homeQuarantineOperation = '2'
this.$http.post(`/app/appepidemicpreventionregisterinfo/riskDisposal`, this.form).then((res) => { this.$http.post(`/app/appepidemicpreventionregisterinfo/riskDisposal`, this.form).then((res) => {
if (res.code == 0) { if (res.code == 0) {
this.$u.toast('提交成功') this.$u.toast('提交成功')