解除风险

This commit is contained in:
liuye
2022-10-10 11:24:37 +08:00
parent 6f5f17ecfa
commit fea1bac7ee
3 changed files with 15 additions and 4 deletions

View File

@@ -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('提交成功')