29871
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<AiSelect v-model="form.objectType" dict="integralGiveObjType"/>
|
||||
</AiItem>
|
||||
<AiItem label="选择人员" required v-if="form.objectType">
|
||||
<AiPagePicker v-if="form.objectType==0" single @select="handleSelectUser">
|
||||
<AiPagePicker v-if="form.objectType==0" single auditStatus="1" @select="handleSelectUser">
|
||||
<AiMore v-model="form.userName"/>
|
||||
</AiPagePicker>
|
||||
<AiPagePicker v-if="form.objectType==1" single @select="handleSelectUser" type="sysUser">
|
||||
|
||||
@@ -57,14 +57,16 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
getList() {
|
||||
let {householdName} = this.$route.query
|
||||
console.log(this.$route.query)
|
||||
let {householdName, auditStatus} = this.$route.query
|
||||
this.$http.post(`/app/appresident/list`, null, {
|
||||
params: {
|
||||
current: this.current,
|
||||
size: 20,
|
||||
areaId: this.user.areaId,
|
||||
con: this.name,
|
||||
householdName
|
||||
householdName,
|
||||
auditStatus: auditStatus || ''
|
||||
}
|
||||
}).then(res => {
|
||||
if (res?.data) {
|
||||
|
||||
Reference in New Issue
Block a user