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
2b51e11c
Commit
2b51e11c
authored
Sep 16, 2021
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
产品描述&组织架构相关调整
parent
2ec12447
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
src/app/my/product-data/product-data.component.html
+0
-1
src/app/my/recruiting-detail/recruiting-detail.component.ts
+3
-3
No files found.
src/app/my/product-data/product-data.component.html
View file @
2b51e11c
...
@@ -28,7 +28,6 @@
...
@@ -28,7 +28,6 @@
</div>
</div>
</div>
</div>
<div
style=
"width: calc(100% + 30px); height: 8px;background: #f6f6f6;margin-left: -15px;"
></div>
<div
style=
"width: calc(100% + 30px); height: 8px;background: #f6f6f6;margin-left: -15px;"
></div>
<div>
<div>
<h3>
卖点描述
</h3>
<h3>
卖点描述
</h3>
<div
[
innerHTML
]="
sellingPointDescList
[
0
]['
fileDescription
']
|
safeHtml
"
*
ngIf=
"sellingPointDescList?.length"
></div>
<div
[
innerHTML
]="
sellingPointDescList
[
0
]['
fileDescription
']
|
safeHtml
"
*
ngIf=
"sellingPointDescList?.length"
></div>
...
...
src/app/my/recruiting-detail/recruiting-detail.component.ts
View file @
2b51e11c
...
@@ -458,8 +458,8 @@ export class RecruitingDetailComponent implements OnInit {
...
@@ -458,8 +458,8 @@ export class RecruitingDetailComponent implements OnInit {
if
(
res
[
'data'
][
'praLabelItem'
]){
if
(
res
[
'data'
][
'praLabelItem'
]){
this
.
employQuery
.
subsystemId
=
res
[
'data'
][
'praLabelItem'
][
'subordinateSystemId'
];
this
.
employQuery
.
subsystemId
=
res
[
'data'
][
'praLabelItem'
][
'subordinateSystemId'
];
this
.
employQuery
.
subsystem
=
res
[
'data'
][
'praLabelItem'
][
'subordinateSystemName'
];
this
.
employQuery
.
subsystem
=
res
[
'data'
][
'praLabelItem'
][
'subordinateSystemName'
];
this
.
employQuery
.
subsystemOwnerId
=
res
[
'data'
][
'praLabelItem'
][
'
teamLeaderPractitioner
Id'
];
this
.
employQuery
.
subsystemOwnerId
=
res
[
'data'
][
'praLabelItem'
][
'
s2
Id'
];
this
.
employQuery
.
subsystemOwner
=
res
[
'data'
][
'praLabelItem'
][
'
t
eamLeaderName'
];
this
.
employQuery
.
subsystemOwner
=
res
[
'data'
][
'praLabelItem'
][
'
s2T
eamLeaderName'
];
this
.
employQuery
.
branchId
=
res
[
'data'
][
'praLabelItem'
][
'insurerBranchId'
];
this
.
employQuery
.
branchId
=
res
[
'data'
][
'praLabelItem'
][
'insurerBranchId'
];
this
.
employQuery
.
branch
=
res
[
'data'
][
'praLabelItem'
][
'insurerBranchName'
];
this
.
employQuery
.
branch
=
res
[
'data'
][
'praLabelItem'
][
'insurerBranchName'
];
}
}
...
@@ -558,7 +558,7 @@ export class RecruitingDetailComponent implements OnInit {
...
@@ -558,7 +558,7 @@ export class RecruitingDetailComponent implements OnInit {
if
(
e
){
if
(
e
){
for
(
const
branchItem
of
this
.
branchList
){
for
(
const
branchItem
of
this
.
branchList
){
if
(
e
==
branchItem
.
insurerBranchId
){
if
(
e
==
branchItem
.
insurerBranchId
){
this
.
employQuery
.
branch
=
branchItem
.
branchN
ame
;
this
.
employQuery
.
branch
=
branchItem
.
n
ame
;
}
}
}
}
}
else
{
}
else
{
...
...
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