Explorar el Código

修复部门复审错误

zmw hace 4 meses
padre
commit
f7cadcfa0b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/admin/controller/TalentTypeChange.php

+ 1 - 1
app/admin/controller/TalentTypeChange.php

@@ -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) {