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

首页推荐参数修改

parent 600b8c01
......@@ -121,12 +121,12 @@ const changeActiveTab = tab => {
let refresherEnabled = ref(true);
/* 获取职位列表 */
const jobListColumns = ref([]);
const positionConfirm = ({ selectedItems }) => {
/* const positionConfirm = ({ selectedItems }) => {
jobTypeText.value = selectedItems.name;
resetPageParams();
getResumeRecommendListParams.value.recommend = true;
getResumeRecommendList();
};
}; */
function getJobListApiFn() {
getPositionListApi({ status: 3 }).then(res => {
if (res.code == 200) {
......@@ -165,7 +165,7 @@ const getApplicationListParams = ref({
});
/* 获取推荐简历列表接口参数 */
const getResumeRecommendListParams = ref({
recommend: true,
recommend: false,
positionId: "",
major: "",
sex: "",
......@@ -200,7 +200,7 @@ const resetParams = () => {
pageSize: 10
};
getResumeRecommendListParams.value = {
recommend: true,
recommend: false,
positionId: "",
sex: "",
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