瀏覽代碼

bug修复

ming 4 年之前
父節點
當前提交
8972e354de
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      join/index.html

+ 1 - 0
join/index.html

@@ -316,6 +316,7 @@
 
                     res.data.forEach(function(item) {
                         var tmp_job = {};
+                        tmp_job['recruits_rs'] = item.recruits_rs;
                         tmp_job['jobVacancy'] = item.title;
                         tmp_job['responsibility'] = item.duty ? item.duty : [];
                         tmp_job['requirement'] = item.requirement ? item.requirement : [];