请销假劳资员获取修改,显示全部劳资员,默认显示本单位劳资员

This commit is contained in:
yangzhq68909 2025-07-23 15:30:51 +08:00
parent b47831e2db
commit 72420dea52

View File

@ -345,6 +345,7 @@
}, 2000)
} else {
model.hr = res.result[0].username
if (!code) {
hrData.value = res.result.map(item => {
return {
label: item.realname,
@ -352,6 +353,7 @@
}
})
}
}
})
}