BUG 30997

This commit is contained in:
aixianling
2022-08-29 14:44:52 +08:00
parent 6b9dd3d898
commit 2c7a536d28

View File

@@ -44,7 +44,7 @@
</el-button>
</div>
</div>
<ai-person-select :chooseUserList="item.candidateList" v-if="item.candidateApproverType==1" :instance="instance" customRightText url="/user/page"
<ai-person-select :chooseUserList="item.candidateList" v-if="item.candidateApproverType==1" :instance="instance" customRightText url="/api/user/page"
headerTitle="人员列表" dialogTitle="选择" :isMultiple="true" @selectPerson="e => changeCharge(e, index)">
<template v-slot:option="{ item }">
<span class="iconfont iconProlife">{{ item.name }}</span>