新模块的第一次测试修复了部分bug

This commit is contained in:
2025-07-16 00:24:31 +08:00
parent de30b60256
commit 6b0562b498
17 changed files with 1695 additions and 378 deletions

View File

@ -299,6 +299,7 @@ const updateProportionRate = async () => {
};
onMounted(() => {
fetchProportionRate();
// 确保有managerId参数
if (!managerId.value) {
message.warning("未获取到主管ID");
@ -307,7 +308,7 @@ onMounted(() => {
}
fetchEmployeePerformance();
fetchProportionRate();
});