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
3c95c040
Commit
3c95c040
authored
Jun 29, 2022
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
默认回退到报聘人
parent
37051c38
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
src/app/my/approval-comments/approval-comments.component.html
+6
-6
src/app/my/approval-comments/approval-comments.component.ts
+1
-1
No files found.
src/app/my/approval-comments/approval-comments.component.html
View file @
3c95c040
...
...
@@ -15,12 +15,12 @@
<div>
<label
for=
""
>
请选择退回到哪一环节
</label>
<select
class=
"form-control"
[(
ngModel
)]="
stepsSeqBackTo
"
>
<option
value=
null
>
报聘人
</option>
<option
value=
-2
>
辅导人
</option>
<option
value=
1
>
体系负责人
</option>
<option
value=
2
>
公司运营主管
</option>
<option
value=
3
>
寿险总经理
</option>
<option
value=
4
>
公司总经理
</option>
<option
value=
'null'
>
报聘人
</option>
<option
value=
'-2'
>
辅导人
</option>
<option
value=
'1'
>
体系负责人
</option>
<option
value=
'2'
>
公司运营主管
</option>
<option
value=
'3'
>
寿险总经理
</option>
<option
value=
'4'
>
公司总经理
</option>
</select>
<div
class=
"confirm"
>
<button
class=
"btn cancel"
(
click
)="
backToFlag=
false"
>
取消
</button>
...
...
src/app/my/approval-comments/approval-comments.component.ts
View file @
3c95c040
...
...
@@ -19,7 +19,7 @@ export class ApprovalCommentsComponent implements OnInit {
//控制弹框
toastDialog
:
boolean
;
toastInfo
:
any
;
stepsSeqBackTo
:
string
;
stepsSeqBackTo
:
string
=
'null'
;
backToFlag
:
boolean
=
false
;
constructor
(
private
myService
:
MyService
,
private
_modal
:
ModalService
,
private
_toast
:
ToastService
,
private
activatedRoute
:
ActivatedRoute
,
private
router
:
Router
)
{
}
...
...
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