Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ydLife
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sweet Zhang
ydLife
Commits
c3b21447
Commit
c3b21447
authored
Jan 27, 2021
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除冗余代码
parent
3dbcd5f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
30 deletions
+30
-30
src/app/my/recruiting-detail/recruiting-detail.component.ts
+30
-30
No files found.
src/app/my/recruiting-detail/recruiting-detail.component.ts
View file @
c3b21447
...
@@ -509,37 +509,37 @@ export class RecruitingDetailComponent implements OnInit {
...
@@ -509,37 +509,37 @@ export class RecruitingDetailComponent implements OnInit {
this
.
employQuery
.
mdDropOptionName
=
null
;
this
.
employQuery
.
mdDropOptionName
=
null
;
}
}
return
;
return
;
case
2
:
//
case 2:
this
.
employQuery
.
mentorPractitionerId
=
e
;
//
this.employQuery.mentorPractitionerId = e;
if
(
e
){
//
if(e){
for
(
const
mentorInfo
of
this
.
practitionerList
)
{
//
for (const mentorInfo of this.practitionerList) {
if
(
e
==
mentorInfo
.
id
)
{
//
if (e == mentorInfo.id) {
this
.
employQuery
.
mentor
=
mentorInfo
.
name
;
//
this.employQuery.mentor = mentorInfo.name;
}
//
}
}
//
}
}
else
{
//
}else{
this
.
employQuery
.
mentor
=
//
this.employQuery.mentor =
this
.
employQuery
.
subsystemId
=
//
this.employQuery.subsystemId =
this
.
employQuery
.
subsystem
=
//
this.employQuery.subsystem =
this
.
employQuery
.
subsystemOwnerId
=
//
this.employQuery.subsystemOwnerId =
this
.
employQuery
.
subsystemOwner
=
//
this.employQuery.subsystemOwner =
this
.
employQuery
.
branchId
=
//
this.employQuery.branchId =
this
.
employQuery
.
branch
=
null
;
//
this.employQuery.branch = null;
}
//
}
return
;
//
return;
case
3
:
//
case 3:
this
.
employQuery
.
introducerPractitionerId
=
e
;
//
this.employQuery.introducerPractitionerId = e;
if
(
e
){
//
if(e){
for
(
const
introducer
of
this
.
practitionerList
)
{
//
for (const introducer of this.practitionerList) {
if
(
e
==
introducer
.
id
)
{
//
if (e == introducer.id) {
this
.
employQuery
.
introducer
=
introducer
.
name
;
//
this.employQuery.introducer = introducer.name;
}
//
}
}
//
}
}
else
{
//
}else{
this
.
employQuery
.
introducer
=
null
;
//
this.employQuery.introducer = null;
}
//
}
return
;
//
return;
}
}
}
}
...
...
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