解除风险
This commit is contained in:
@@ -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