Преглед изворни кода

记录当前提交时候条件对应的审核部门(先记录)

sugangqiang пре 1 година
родитељ
комит
7e4c155843
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      app/enterprise/controller/Talent.php

+ 2 - 2
app/enterprise/controller/Talent.php

@@ -31,7 +31,7 @@ class Talent extends EnterpriseController {
         if ($isMix == 1) {
             $tpl = "newIndex";
         }
-        return view($tpl,['type'=>session("user")['type']]);
+        return view($tpl, ['type' => session("user")['type']]);
     }
 
     public function list() {
@@ -773,6 +773,7 @@ class Talent extends EnterpriseController {
                     $data[$field] = $tmp_data[$field];
                 }
             }
+            $data["check_companys"] = $condition_info["companyIds"];
             $data["checkState"] = $checkState;
             $data["id"] = $id;
             $success_msg = "提交成功";
@@ -1040,5 +1041,4 @@ class Talent extends EnterpriseController {
 //        }
 //        return json(["msg" => "该申报已提交审核,无法删除"]);
 //    }
-
 }