技术监督计划-实施问题详情

This commit is contained in:
zhujiyan
2024-05-22 11:00:42 +08:00
parent dd665ee6fe
commit c1919024f4
4 changed files with 96 additions and 25 deletions

View File

@@ -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()