223
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
@onConfirm="onConfirm"
|
||||
@closed="form={},chooseUserList=[]">
|
||||
<el-form ref="form" :model="form" :rules="rules" label-width="80px">
|
||||
<el-form-item label="选择人员" prop="ids">
|
||||
<el-form-item label="选择人员" prop="ids" v-if="!isEdit">
|
||||
<ai-person-select :instance="instance" keys="openId" customRightText :customClicker="true" :chooseUserList="chooseUserList"
|
||||
url="/app/appwechatuserqujing/listByFdAppletUser" headerTitle="用户列表"
|
||||
:isMultiple="true" dialogTitle="选择" @selectPerson="selectPerson" class="aipersonselect">
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user