时间为null
This commit is contained in:
@@ -223,6 +223,8 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(this.form.handleType == 1 || this.form.handleType == 4 || this.form.handleType == 5) {
|
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) => {
|
this.$http.post(`/app/appepidemicpreventionregisterinfo/riskDisposal`, this.form).then((res) => {
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
this.$u.toast('提交成功')
|
this.$u.toast('提交成功')
|
||||||
|
|||||||
Reference in New Issue
Block a user