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
4a6908ce
Commit
4a6908ce
authored
Nov 11, 2024
by
李明环(东信)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
专业筛选添加不限
parent
c7725f59
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
2 deletions
+17
-2
index.vue
src/pages/recommend/index.vue
+9
-1
step4.vue
src/pages/recommend/releasePostion/step4.vue
+8
-1
No files found.
src/pages/recommend/index.vue
View file @
4a6908ce
...
...
@@ -349,10 +349,15 @@ const columnChangeMajor = ({ selectedItem, resolve, finish }) => {
}
};
const
handleConfirmMajor
=
({
value
})
=>
{
if
(
value
[
1
])
{
majorText
.
value
=
value
[
1
];
getResumeRecommendListParams
.
value
.
major
=
value
[
1
];
}
else
{
majorText
.
value
=
"不限"
;
getResumeRecommendListParams
.
value
.
major
=
""
;
}
resetPageParams
();
getResumeRecommendListParams
.
value
.
recommend
=
false
;
getResumeRecommendListParams
.
value
.
major
=
value
[
1
];
getResumeRecommendList
();
};
const
majorText
=
ref
(
""
);
...
...
@@ -364,6 +369,9 @@ getMajorTreeApi().then(res => {
children
:
res
.
data
[
key
]
}))
);
majorOpstion
.
value
[
0
].
unshift
({
name
:
"不限"
});
}
});
// 显示其他筛选
...
...
src/pages/recommend/releasePostion/step4.vue
View file @
4a6908ce
...
...
@@ -269,8 +269,12 @@ const columnChangeMajor = ({ selectedItem, resolve, finish }) => {
};
const
handleConfirmMajor
=
({
value
})
=>
{
console
.
log
(
value
);
if
(
value
[
1
])
{
majorText
.
value
=
value
[
1
];
pinias
.
formData
.
majorRequirement
=
value
[
1
];
}
else
{
majorText
.
value
=
"不限"
;
}
};
const
majorText
=
ref
(
""
);
getMajorTreeApi
().
then
(
res
=>
{
...
...
@@ -282,6 +286,9 @@ getMajorTreeApi().then(res => {
children
:
res
.
data
[
key
]
}))
);
majorOpstion
.
value
[
0
].
unshift
({
name
:
"不限"
});
}
});
...
...
@@ -335,7 +342,7 @@ const next = () => {
if
(
certificateInputValue
.
value
&&
certificateSelectValue
.
value
)
pinias
.
formData
.
professionalCertificates
=
certificateInputValue
.
value
+
"-"
+
certificateSelectValue
.
value
;
console
.
log
(
pinias
.
formData
);
if
(
validateForm
(
pinias
.
formData
,
[
"identityRequirement"
,
"educationRequirement"
,
"majorRequirement"
],
"post"
))
{
if
(
validateForm
(
pinias
.
formData
,
[
"identityRequirement"
,
"educationRequirement"
],
"post"
))
{
uni
.
redirectTo
({
url
:
"/pages/recommend/releasePostion/step5"
});
...
...
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