From 725e71926f37fd33432859815b7a3cadcdfd66b9 Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 10 Oct 2022 11:28:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A3=8E=E9=99=A9=E8=A7=A3=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pingchang/AppCheckpointRegistration/RiskContent.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/project/pingchang/AppCheckpointRegistration/RiskContent.vue b/src/project/pingchang/AppCheckpointRegistration/RiskContent.vue index 32d4b458..4af46194 100644 --- a/src/project/pingchang/AppCheckpointRegistration/RiskContent.vue +++ b/src/project/pingchang/AppCheckpointRegistration/RiskContent.vue @@ -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('提交成功')