|
@@ -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 : [];
|