diff --git a/Views/eva_create_evaluationView/eva_create_evaluation_d.cshtml b/Views/eva_create_evaluationView/eva_create_evaluation_d.cshtml index a9899e7..8b45973 100644 --- a/Views/eva_create_evaluationView/eva_create_evaluation_d.cshtml +++ b/Views/eva_create_evaluationView/eva_create_evaluation_d.cshtml @@ -211,8 +211,12 @@ $("#eva_create_evaluation_employee_id").select2(); $("#eva_create_evaluation_supervisor1_id").select2(); $("#eva_create_evaluation_supervisor2_id").select2(); - $("#eva_create_evaluation_detail_employee_id").select2(); - $("#eva_create_evaluation_detail_chief").select2(); + $("#eva_create_evaluation_detail_employee_id").select2({ + dropdownParent: $('#eva_create_evaluation_detailModel') + }); + $("#eva_create_evaluation_detail_chief").select2({ + dropdownParent: $('#eva_create_evaluation_detailModel') + }); }); function go_next(){ diff --git a/Views/eva_create_evaluation_detail_processView/eva_create_evaluation_detail_process_d.cshtml b/Views/eva_create_evaluation_detail_processView/eva_create_evaluation_detail_process_d.cshtml index 6739b73..37cbd15 100644 --- a/Views/eva_create_evaluation_detail_processView/eva_create_evaluation_detail_process_d.cshtml +++ b/Views/eva_create_evaluation_detail_processView/eva_create_evaluation_detail_process_d.cshtml @@ -177,7 +177,7 @@