homeQuarantineOperation

This commit is contained in:
liuye
2022-09-29 10:21:41 +08:00
parent 6a4f11456d
commit 0cae42df4d

View File

@@ -232,10 +232,8 @@ export default {
if(this.form.communityHandleType == 1 && this.form.quarantineStrategy === '') {
return this.$u.toast('请选择隔离策略')
}
this.form.homeQuarantineOperation = '2'
this.$http.post(`/app/appepidemicpreventionregisterinfo/riskDisposal`, this.form).then((res) => {
this.$http.post(`/app/appepidemicpreventionregisterinfo/riskDisposal?homeQuarantineOperation=2`, this.form).then((res) => {
if (res.code == 0) {
this.$u.toast('提交成功')
uni.$emit('updateDetail')