风险解除

This commit is contained in:
liuye
2022-10-10 11:28:15 +08:00
parent fea1bac7ee
commit 725e71926f

View File

@@ -243,10 +243,6 @@ 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('提交成功')