소스 검색

修复部门复审错误

zmw 2 주 전
부모
커밋
f7cadcfa0b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) {