Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
pingan-life-index-pro
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
df9f5b9a
authored
2020-02-26 14:13:00 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
696e24b5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/vhis-modal/vhis-modal.js
src/components/vhis-modal/vhis-modal.js
View file @
df9f5b9
...
...
@@ -132,8 +132,8 @@ export default {
if
(
this
.
policyDetail
.
activeDate
)
{
let
ymds
=
this
.
policyDetail
.
activeDate
.
split
(
" "
)[
0
].
split
(
"-"
);
if
(
this
.
$i18n
.
locale
==
'en'
)
{
this
.
policyDetail
.
ymd1
=
ymds
[
1
];
this
.
policyDetail
.
ymd2
=
ymds
[
2
];
this
.
policyDetail
.
ymd1
=
ymds
[
2
];
this
.
policyDetail
.
ymd2
=
ymds
[
1
];
this
.
policyDetail
.
ymd3
=
ymds
[
0
];
}
else
{
this
.
policyDetail
.
ymd1
=
ymds
[
0
];
...
...
Please
register
or
sign in
to post a comment