Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fukai
vue-gjjs
Commits
4dc08bf1
Commit
4dc08bf1
authored
Jun 25, 2023
by
WF1020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
litopn开证日期初始值修改
parent
0e837c76
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
Ovwp1.vue
src/business/litopn/views/Ovwp1.vue
+7
-4
No files found.
src/business/litopn/views/Ovwp1.vue
View file @
4dc08bf1
...
...
@@ -629,11 +629,14 @@ export default {
});
}
},
handleChange
(
val
)
{
console
.
log
(
val
);
},
},
created
:
function
()
{},
created
:
function
()
{
var
aData
=
new
Date
();
console
.
log
(
aData
)
//Wed Aug 21 2023 10:00:58 GMT+0800 (中国标准时间)
this
.
model
.
lidgrp
.
rec
.
opndat
=
aData
.
getFullYear
()
+
"-"
+
(
aData
.
getMonth
()
+
1
)
+
"-"
+
aData
.
getDate
();
console
.
log
(
this
.
model
.
lidgrp
.
rec
.
opndat
)
//2019-8-20
},
watch
:
{
"model.lidgrp.rec.apprul"
:
{
immediate
:
true
,
...
...
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