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
a5b2696c
authored
Jun 24, 2020
by
lishengfu
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'master' of gitlab.corp.qinqinxiaobao.com:frontend_vue/qqxb-self-service
parents
3caceda0
b0555ade
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
src/components/common/cityList.vue
src/views/archives/workInfo.vue
src/components/common/cityList.vue
View file @
a5b2696c
...
...
@@ -2,7 +2,7 @@
<div>
<van-picker
show-toolbar
title=
"
标题
"
title=
""
:loading=
"loading"
:columns=
"columns"
@
confirm=
"onConfirm"
...
...
src/views/archives/workInfo.vue
View file @
a5b2696c
...
...
@@ -55,6 +55,8 @@ export default class workInfo extends Vue {
idNo
:
this
.
$route
.
query
.
id_no
};
this
.
$server
.
EmployeeService
.
getDispatchInfo
(
params
).
then
(
res
=>
{
console
.
log
(
'get base info '
,
res
);
this
.
query
=
res
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