From 40c532d438cc582bd98c980788f5ca9b313f1ef4 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 30 Sep 2022 09:28:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=85=E5=AE=B6=E9=9A=94=E7=A6=BB=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E5=AD=97=E6=AE=B5null?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppCheckpointRegistration/ManagementHistory.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/project/pingchang/AppCheckpointRegistration/ManagementHistory.vue b/src/project/pingchang/AppCheckpointRegistration/ManagementHistory.vue index f2188ca2..ff8b60f2 100644 --- a/src/project/pingchang/AppCheckpointRegistration/ManagementHistory.vue +++ b/src/project/pingchang/AppCheckpointRegistration/ManagementHistory.vue @@ -120,10 +120,17 @@ export default { }, methods: { submit(status) { - if(this.form.handleType == 6) { + if(this.form.handleType == 6) { //移交 this.form.quarantineBeginTime = null this.form.quarantineEndTime = null } + if(this.form.handleType == 3) { //居家隔离 + this.form.homeStatus = null + this.form.quarantineBeginTime = null + this.form.quarantineEndTime = null + this.form.quarantineStrategy = null + this.form.controlMethod = null + } this.form.homeQuarantineOperation = status this.$http.post(`/app/appepidemicpreventionregisterinfo/riskDisposal?homeQuarantineOperation=${this.form.homeQuarantineOperation}`, this.form).then((res) => { if (res.code == 0) {