公章管理 完成修复 提交
This commit is contained in:
parent
2b1625a768
commit
3e11e1bf4c
@ -326,6 +326,8 @@ const openUserSelect = () => {
|
|||||||
if (selectUserList.value.length !== 0) {
|
if (selectUserList.value.length !== 0) {
|
||||||
console.log('selectUserList不为空')
|
console.log('selectUserList不为空')
|
||||||
selectUserIds.value = selectUserList.value.map((item) => item.userId).join(',');
|
selectUserIds.value = selectUserList.value.map((item) => item.userId).join(',');
|
||||||
|
}else{
|
||||||
|
selectUserIds.value = undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user