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) {