|
@@ -179,7 +179,7 @@ class TalentTypeChange extends AdminController {
|
|
|
$list[$key]["otherDeptState"] = $otherDeptState;
|
|
|
}
|
|
|
}
|
|
|
- return json(["rows" => $list, "total" => $count]);
|
|
|
+ return json(["rows" => $list, "count" => $count]);
|
|
|
}
|
|
|
|
|
|
public function toCommonCheck($id, $process) {
|