瀏覽代碼

修复部门复审错误

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