新模块的第一次测试修复了部分bug
This commit is contained in:
@ -299,6 +299,7 @@ const updateProportionRate = async () => {
|
||||
};
|
||||
|
||||
onMounted(() => {
|
||||
fetchProportionRate();
|
||||
// 确保有managerId参数
|
||||
if (!managerId.value) {
|
||||
message.warning("未获取到主管ID");
|
||||
@ -307,7 +308,7 @@ onMounted(() => {
|
||||
}
|
||||
|
||||
fetchEmployeePerformance();
|
||||
fetchProportionRate();
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user