Commit 9feb8baa authored by 李明环(东信)'s avatar 李明环(东信)

首页推荐参数修改

parent 600b8c01
...@@ -121,12 +121,12 @@ const changeActiveTab = tab => { ...@@ -121,12 +121,12 @@ const changeActiveTab = tab => {
let refresherEnabled = ref(true); let refresherEnabled = ref(true);
/* 获取职位列表 */ /* 获取职位列表 */
const jobListColumns = ref([]); const jobListColumns = ref([]);
const positionConfirm = ({ selectedItems }) => { /* const positionConfirm = ({ selectedItems }) => {
jobTypeText.value = selectedItems.name; jobTypeText.value = selectedItems.name;
resetPageParams(); resetPageParams();
getResumeRecommendListParams.value.recommend = true; getResumeRecommendListParams.value.recommend = true;
getResumeRecommendList(); getResumeRecommendList();
}; }; */
function getJobListApiFn() { function getJobListApiFn() {
getPositionListApi({ status: 3 }).then(res => { getPositionListApi({ status: 3 }).then(res => {
if (res.code == 200) { if (res.code == 200) {
...@@ -165,7 +165,7 @@ const getApplicationListParams = ref({ ...@@ -165,7 +165,7 @@ const getApplicationListParams = ref({
}); });
/* 获取推荐简历列表接口参数 */ /* 获取推荐简历列表接口参数 */
const getResumeRecommendListParams = ref({ const getResumeRecommendListParams = ref({
recommend: true, recommend: false,
positionId: "", positionId: "",
major: "", major: "",
sex: "", sex: "",
...@@ -200,7 +200,7 @@ const resetParams = () => { ...@@ -200,7 +200,7 @@ const resetParams = () => {
pageSize: 10 pageSize: 10
}; };
getResumeRecommendListParams.value = { getResumeRecommendListParams.value = {
recommend: true, recommend: false,
positionId: "", positionId: "",
sex: "", sex: "",
major: "", major: "",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment