bug
This commit is contained in:
@@ -206,7 +206,8 @@ export default {
|
||||
onLoad(option) {
|
||||
this.areaId = this.user.areaId
|
||||
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.handleTypeList = this.$dict.getDict('EP_communityHandleType')
|
||||
this.getDetail()
|
||||
@@ -232,6 +233,8 @@ export default {
|
||||
return this.$u.toast('请选择隔离策略')
|
||||
}
|
||||
|
||||
this.form.homeQuarantineOperation = '2'
|
||||
|
||||
this.$http.post(`/app/appepidemicpreventionregisterinfo/riskDisposal`, this.form).then((res) => {
|
||||
if (res.code == 0) {
|
||||
this.$u.toast('提交成功')
|
||||
|
||||
Reference in New Issue
Block a user