技术监督计划-实施问题详情
This commit is contained in:
@@ -198,7 +198,6 @@ const effectUserIdList= ref([])
|
||||
const getEffectUserList = () => {
|
||||
getUserByDeptId({ deptId: adminInfo.$state.deptId }).then(res => {
|
||||
effectUserIdList.value = res.data
|
||||
console.log(effectUserIdList.value, '+++++++')
|
||||
})
|
||||
}
|
||||
getEffectUserList()
|
||||
|
||||
Reference in New Issue
Block a user