@@ -110,7 +110,8 @@ const deptIdChange = (e) => {
let userList = ref([])
const getUser = (id) => {
api.operationApi.getUser({
- id: id
+ id: id,
+ typeAttr:2,
}).then(res => {
if(res?.code == 200) {
userList.value = res.data