Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
frontend
/
qqxb-self-service
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
aa7119cc
authored
Jun 23, 2020
by
lishengfu
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update
parent
4296a7bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
src/views/archives/personInfo.vue
src/views/archives/personInfo.vue
View file @
aa7119cc
...
...
@@ -294,7 +294,7 @@ export default class personInfo extends Vue {
}
//档案所在地
localCity
(
values
:
any
)
{
this
.
obj
.
infoFileLocation
=
values
.
map
((
item
:
any
)
=>
item
.
name
).
join
(
"/"
);
this
.
obj
.
infoFileLocation
=
values
.
join
(
"/"
);
this
.
showFile
=
false
;
}
//开始工作时间
...
...
@@ -302,7 +302,6 @@ export default class personInfo extends Vue {
this
.
obj
.
infoWorkStartDate
=
formatDate
(
value
,
"yyyy-MM-dd"
);
this
.
showWorkStartDate
=
false
;
}
updatePersonInfo
()
{
let
params
=
{
id
:
this
.
$route
.
query
.
ed_id
,
...
...
@@ -317,7 +316,6 @@ export default class personInfo extends Vue {
};
this
.
$server
.
EmployeeService
.
savePersonInfo
(
params
)
.
then
(
res
=>
{
console
.
log
(
res
);
Toast
.
success
(
"保存成功"
);
this
.
show
=
false
;
})
...
...
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