homeQuarantineOperation
This commit is contained in:
@@ -233,9 +233,7 @@ export default {
|
|||||||
return this.$u.toast('请选择隔离策略')
|
return this.$u.toast('请选择隔离策略')
|
||||||
}
|
}
|
||||||
|
|
||||||
this.form.homeQuarantineOperation = '2'
|
this.$http.post(`/app/appepidemicpreventionregisterinfo/riskDisposal?homeQuarantineOperation=2`, 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('提交成功')
|
||||||
uni.$emit('updateDetail')
|
uni.$emit('updateDetail')
|
||||||
|
|||||||
Reference in New Issue
Block a user