卡口登记
This commit is contained in:
@@ -223,6 +223,7 @@ export default {
|
||||
}
|
||||
|
||||
if(this.form.handleType == 1 || this.form.handleType == 4 || this.form.handleType == 5) {
|
||||
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) => {
|
||||
@@ -233,6 +234,7 @@ export default {
|
||||
uni.navigateBack()
|
||||
}
|
||||
})
|
||||
})
|
||||
}else {
|
||||
uni.setStorageSync('checkPointContent', this.form)
|
||||
uni.navigateTo({ url: `./ManagementHistory?id=${this.form.registerId}` })
|
||||
|
||||
Reference in New Issue
Block a user