This commit is contained in:
yanran200730
2023-04-07 11:50:18 +08:00
parent 021c696120
commit eb0f04ebd7

View File

@@ -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