选择人员

This commit is contained in:
liuye
2022-04-26 14:00:40 +08:00
parent 4db2c45c4a
commit 5c3e626df1
2 changed files with 6 additions and 2 deletions

View File

@@ -358,6 +358,7 @@
<ai-person-select
:instance="instance"
@selectPerson="checkName"
:url="'/app/appresident/list?auditStatus=1&areaId='+user.info.areaId"
>
</ai-person-select>
</template>
@@ -795,12 +796,15 @@ export default {
this.form.birthDate = ''
this.form.sex = ''
this.form.age = ''
this.form.currentAreaId = ''
this.form.currentAddress = ''
return
}
this.form.name = e.name
this.form.idNumber = e.idNumber
this.form.phone = e.phone
this.form.areaId = e.householdAreaId
this.form.currentAreaId = e.currentAreaId
this.form.currentAddress = e.currentAddress
this.handleIdNumberAutocomplete(e.idNumber)
this.isSelectUser = true
},