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