diff --git a/project/fengdu/app/AppResidentIntegrating/components/List.vue b/project/fengdu/app/AppResidentIntegrating/components/List.vue index b2832acf..0870934d 100644 --- a/project/fengdu/app/AppResidentIntegrating/components/List.vue +++ b/project/fengdu/app/AppResidentIntegrating/components/List.vue @@ -52,7 +52,7 @@ @onConfirm="onConfirm" @closed="form={},chooseUserList=[]"> - + @@ -106,6 +106,7 @@ dialog: false, chooseUserList: [], total: 0, + isEdit: false, colConfigs: [ { prop: 'realName', label: '姓名', align: 'left', width: '200px' }, { prop: 'phone', label: '手机号', align: 'center' }, @@ -173,9 +174,11 @@ }, changeIntegral(row,type) { + this.isEdit = false if(type==0) { this.dialog = true } else if(type ==1) { + this.isEdit = true this.chooseUserList = [{ openId: row.openId, name: row.realName