卡口登记
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
<div class="label">联系方式</div>
|
||||
<div class="value" style="color:#4181FF;" @click="callPhone(info.phone)">
|
||||
<img :src="$cdn + 'common/phone.png'" alt="" class="phone-icon" >
|
||||
{{info.phone}}</div>
|
||||
{{info.phone}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="item-flex">
|
||||
<div class="label">人员类别</div>
|
||||
@@ -232,7 +233,7 @@ export default {
|
||||
if(this.form.communityHandleType == 1 && this.form.quarantineStrategy === '') {
|
||||
return this.$u.toast('请选择隔离策略')
|
||||
}
|
||||
|
||||
|
||||
this.$http.post(`/app/appepidemicpreventionregisterinfo/riskDisposal?homeQuarantineOperation=2`, this.form).then((res) => {
|
||||
if (res.code == 0) {
|
||||
this.$u.toast('提交成功')
|
||||
|
||||
Reference in New Issue
Block a user