Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mp-enterprise-people-recruitment-h5
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
彭佳妮(贵阳日报)
mp-enterprise-people-recruitment-h5
Commits
9feb8baa
Commit
9feb8baa
authored
Nov 29, 2024
by
李明环(东信)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页推荐参数修改
parent
600b8c01
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
index.vue
src/pages/recommend/index.vue
+4
-4
No files found.
src/pages/recommend/index.vue
View file @
9feb8baa
...
...
@@ -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
:
tru
e
,
recommend
:
fals
e
,
positionId
:
""
,
major
:
""
,
sex
:
""
,
...
...
@@ -200,7 +200,7 @@ const resetParams = () => {
pageSize
:
10
};
getResumeRecommendListParams
.
value
=
{
recommend
:
tru
e
,
recommend
:
fals
e
,
positionId
:
""
,
sex
:
""
,
major
:
""
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment