居家隔离注释字段null
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user