卡口登记
This commit is contained in:
@@ -223,15 +223,17 @@ 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.$confirm(`确认`+this.$dict.getLabel('EP_handleType', this.form.handleType)+`操作`).then(() => {
|
||||||
this.form.quarantineEndTime = null
|
this.form.quarantineBeginTime = null
|
||||||
this.$http.post(`/app/appepidemicpreventionregisterinfo/riskDisposal`, this.form).then((res) => {
|
this.form.quarantineEndTime = null
|
||||||
if (res.code == 0) {
|
this.$http.post(`/app/appepidemicpreventionregisterinfo/riskDisposal`, this.form).then((res) => {
|
||||||
this.$u.toast('提交成功')
|
if (res.code == 0) {
|
||||||
uni.$emit('updateDetail')
|
this.$u.toast('提交成功')
|
||||||
uni.$emit('updateList')
|
uni.$emit('updateDetail')
|
||||||
uni.navigateBack()
|
uni.$emit('updateList')
|
||||||
}
|
uni.navigateBack()
|
||||||
|
}
|
||||||
|
})
|
||||||
})
|
})
|
||||||
}else {
|
}else {
|
||||||
uni.setStorageSync('checkPointContent', this.form)
|
uni.setStorageSync('checkPointContent', this.form)
|
||||||
|
|||||||
Reference in New Issue
Block a user