时间为null

This commit is contained in:
liuye
2022-09-27 14:57:11 +08:00
parent a9ee6b1289
commit d746ee0d64

View File

@@ -223,6 +223,8 @@ export default {
}
if(this.form.handleType == 1 || this.form.handleType == 4 || this.form.handleType == 5) {
this.form.quarantineBeginTime = null
this.form.quarantineEndTime = null
this.$http.post(`/app/appepidemicpreventionregisterinfo/riskDisposal`, this.form).then((res) => {
if (res.code == 0) {
this.$u.toast('提交成功')