优化
This commit is contained in:
@ -425,7 +425,7 @@ const cancel = () => {
|
||||
};
|
||||
// 获取人员列表
|
||||
const getDesignUserList = async () => {
|
||||
const res = await copyUserList({});
|
||||
const res = await copyUserList({ projectId: currentProject.value?.id, userType: 2 });
|
||||
if (res.code === 200) {
|
||||
userCoryList.value = res.data;
|
||||
}
|
||||
|
Reference in New Issue
Block a user