fix(项目管理): 修复项目与权限里成员筛选条件传的是上一个值的缺陷

This commit is contained in:
teukkk 2024-04-17 10:13:53 +08:00 committed by 刘瑞斌
parent 8af1f09a20
commit 2ceefff085
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@
); );
const initData = async () => { const initData = async () => {
await nextTick();
setLoadListParams({ setLoadListParams({
filter: { filter: {
roleIds: props.roleIds ? [props.roleIds] : [], roleIds: props.roleIds ? [props.roleIds] : [],