解除风险
This commit is contained in:
@@ -131,7 +131,7 @@ export default {
|
||||
},
|
||||
computed: { ...mapState(['user']) },
|
||||
onShow() {
|
||||
document.title = '居家隔离确认'
|
||||
document.title = '风险处置'
|
||||
},
|
||||
onLoad(option) {
|
||||
this.form = uni.getStorageSync('checkPointContent')
|
||||
|
||||
@@ -243,6 +243,10 @@ export default {
|
||||
return this.$u.toast('请选择隔离策略')
|
||||
}
|
||||
|
||||
if(this.form.communityHandleType == 2) { //风险解除
|
||||
this.form.handleType = 5
|
||||
}
|
||||
|
||||
this.$http.post(`/app/appepidemicpreventionregisterinfo/riskDisposal?homeQuarantineOperation=2`, this.form).then((res) => {
|
||||
if (res.code == 0) {
|
||||
this.$u.toast('提交成功')
|
||||
|
||||
Reference in New Issue
Block a user