卡口登记

This commit is contained in:
liuye
2022-09-28 10:06:52 +08:00
parent add3eac10f
commit d1710fce4e

View File

@@ -223,15 +223,17 @@ 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('提交成功')
uni.$emit('updateDetail')
uni.$emit('updateList')
uni.navigateBack()
}
this.$confirm(`确认`+this.$dict.getLabel('EP_handleType', this.form.handleType)+`操作`).then(() => {
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('提交成功')
uni.$emit('updateDetail')
uni.$emit('updateList')
uni.navigateBack()
}
})
})
}else {
uni.setStorageSync('checkPointContent', this.form)