public function stuEduTpl()
 {
     $this->assign('tpl', true);
     $this->assign('major', AdminController::getDegreeArr());
     $html = $this->fetch('student_education');
     exit(json_encode(array('data' => $html)));
 }