homeQuarantineOperation
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user