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
zhouqian
vue-gjjs
Commits
72e2d4de
Commit
72e2d4de
authored
Jun 07, 2021
by
denyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加default方法
parent
041cb5cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
Default.js
src/model/Ditopn/Default.js
+16
-0
No files found.
src/model/Ditopn/Default.js
View file @
72e2d4de
...
...
@@ -170,6 +170,10 @@ function defaultDitpButgetref() {
function
defaultDidgrpBenPtsExtkey
()
{
}
function
defaultDidgrpBlkLcrdoc
()
{
const
that
=
this
;
that
.
executeDefault
(
"didgrp.blk.lcrdoc"
).
then
(
res
=>
{
that
.
model
.
didgrp
.
blk
.
lcrdoc
=
res
.
data
.
didgrp_blk_lcrdoc
;
})
}
function
defaultDitpRmbpPtsgetSdamodDadsnd
()
{
}
...
...
@@ -180,6 +184,10 @@ function defaultLitameadv() {
})
}
function
defaultDidgrpBlkAdlcnd
()
{
const
that
=
this
;
that
.
executeDefault
(
"didgrp.blk.adlcnd"
).
then
(
res
=>
{
that
.
model
.
didgrp
.
blk
.
adlcnd
=
res
.
data
.
didgrp_blk_adlcnd
;
})
}
function
defaultDidgrpAplPtsRef
()
{
...
...
@@ -307,8 +315,16 @@ function defaultDidgrpBlkLcrgod() {
function
defaultDidgrpRecAutdat
()
{
}
function
defaultDidgrpRecIdcode
()
{
const
that
=
this
;
that
.
executeDefault
(
"didgrp.rec.idcode"
).
then
(
res
=>
{
that
.
model
.
didgrp
.
rec
.
idcode
=
res
.
data
.
didgrp_rec_idcode
;
})
}
function
defaultDidgrpRecDkflg
()
{
const
that
=
this
;
that
.
executeDefault
(
"didgrp.rec.dkflg"
).
then
(
res
=>
{
that
.
model
.
didgrp
.
rec
.
dkflg
=
res
.
data
.
didgrp_rec_dkflg
;
})
}
function
defaultDidgrpRmbPtsAdrblk
()
{
}
...
...
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