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
b0555ade
authored
Jun 24, 2020
by
cocomilk2012
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
uptea
parent
bf3f4d47
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
src/components/common/cityList.vue
src/views/archives/personInfo.vue
src/views/archives/workInfo.vue
src/components/common/cityList.vue
View file @
b0555ade
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<div>
<div>
<van-picker
<van-picker
show-toolbar
show-toolbar
title=
"
标题
"
title=
""
:loading=
"loading"
:loading=
"loading"
:columns=
"columns"
:columns=
"columns"
@
confirm=
"onConfirm"
@
confirm=
"onConfirm"
...
...
src/views/archives/personInfo.vue
View file @
b0555ade
...
@@ -373,8 +373,6 @@ export default class personInfo extends Vue {
...
@@ -373,8 +373,6 @@ export default class personInfo extends Vue {
};
};
this
.
$server
.
EmployeeService
.
savePersonInfo
(
params
)
this
.
$server
.
EmployeeService
.
savePersonInfo
(
params
)
.
then
(
res
=>
{
.
then
(
res
=>
{
console
.
log
(
res
);
Toast
.
success
(
"保存成功"
);
Toast
.
success
(
"保存成功"
);
this
.
show
=
false
;
this
.
show
=
false
;
})
})
...
...
src/views/archives/workInfo.vue
View file @
b0555ade
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<div
class=
"box"
>
<div
class=
"box"
>
<div
class=
"item"
>
<div
class=
"item"
>
<span>
派遣公司
</span>
<span>
派遣公司
</span>
<label>
{{
query
.
sp
_full_n
ame
}}
</label>
<label>
{{
query
.
sp
FullN
ame
}}
</label>
</div>
</div>
<div
class=
"item"
>
<div
class=
"item"
>
<span>
用工单位
</span>
<span>
用工单位
</span>
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
</div>
</div>
<div
class=
"item"
>
<div
class=
"item"
>
<span>
工作地点
</span>
<span>
工作地点
</span>
<label>
{{
query
.
work
_a
ddress
}}
</label>
<label>
{{
query
.
work
A
ddress
}}
</label>
</div>
</div>
<div
class=
"item"
>
<div
class=
"item"
>
<span>
工作职位
</span>
<span>
工作职位
</span>
...
@@ -55,6 +55,8 @@ export default class workInfo extends Vue {
...
@@ -55,6 +55,8 @@ export default class workInfo extends Vue {
idNo
:
this
.
$route
.
query
.
id_no
idNo
:
this
.
$route
.
query
.
id_no
};
};
this
.
$server
.
EmployeeService
.
getDispatchInfo
(
params
).
then
(
res
=>
{
this
.
$server
.
EmployeeService
.
getDispatchInfo
(
params
).
then
(
res
=>
{
console
.
log
(
'get base info '
,
res
);
this
.
query
=
res
this
.
query
=
res
this
.
obj
=
this
.
sortKey
(
res
.
workData
,
"res.workData.workStartDate"
)[
0
];
this
.
obj
=
this
.
sortKey
(
res
.
workData
,
"res.workData.workStartDate"
)[
0
];
});
});
...
...
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