From 0cae42df4d22b0230eee1faac651c53d63850e72 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 29 Sep 2022 10:21:41 +0800 Subject: [PATCH] homeQuarantineOperation --- .../pingchang/AppCheckpointRegistration/RiskContent.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/project/pingchang/AppCheckpointRegistration/RiskContent.vue b/src/project/pingchang/AppCheckpointRegistration/RiskContent.vue index db8134c1..42cde140 100644 --- a/src/project/pingchang/AppCheckpointRegistration/RiskContent.vue +++ b/src/project/pingchang/AppCheckpointRegistration/RiskContent.vue @@ -232,10 +232,8 @@ export default { if(this.form.communityHandleType == 1 && this.form.quarantineStrategy === '') { return this.$u.toast('请选择隔离策略') } - - this.form.homeQuarantineOperation = '2' - - this.$http.post(`/app/appepidemicpreventionregisterinfo/riskDisposal`, this.form).then((res) => { + + this.$http.post(`/app/appepidemicpreventionregisterinfo/riskDisposal?homeQuarantineOperation=2`, this.form).then((res) => { if (res.code == 0) { this.$u.toast('提交成功') uni.$emit('updateDetail')