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
6a36e599
Commit
6a36e599
authored
Aug 16, 2022
by
jianglong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改LIT交易,BRT交易 copyValueFromVo 为updateModel
parent
cd86ca4f
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
15 additions
and
15 deletions
+15
-15
index.vue
src/views/Business/Brtacp/index.vue
+1
-1
index.vue
src/views/Business/Brtame/index.vue
+1
-1
index.vue
src/views/Business/Brtcan/index.vue
+1
-1
index.vue
src/views/Business/Brtcsg/index.vue
+1
-1
index.vue
src/views/Business/Brtdcr/index.vue
+1
-1
index.vue
src/views/Business/Brtlat/index.vue
+1
-1
index.vue
src/views/Business/Brtset/index.vue
+1
-1
index.vue
src/views/Business/Brtsnd/index.vue
+1
-1
index.vue
src/views/Business/Litacp/index.vue
+1
-1
index.vue
src/views/Business/Litame/index.vue
+1
-1
index.vue
src/views/Business/Litcan/index.vue
+1
-1
index.vue
src/views/Business/Litdav/index.vue
+1
-1
index.vue
src/views/Business/Litdck/index.vue
+1
-1
index.vue
src/views/Business/Litdla/index.vue
+1
-1
index.vue
src/views/Business/Litrog/index.vue
+1
-1
No files found.
src/views/Business/Brtacp/index.vue
View file @
6a36e599
...
...
@@ -114,7 +114,7 @@ export default {
console
.
log
(
"进入brtacp交易"
);
let
rtnmsg
=
await
this
.
init
({})
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
this
.
updateModel
(
rtnmsg
.
data
);
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
();
}
...
...
src/views/Business/Brtame/index.vue
View file @
6a36e599
...
...
@@ -139,7 +139,7 @@ export default {
console
.
log
(
"进入brtame交易"
);
let
rtnmsg
=
await
this
.
init
({})
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
this
.
updateModel
(
rtnmsg
.
data
);
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
();
}
...
...
src/views/Business/Brtcan/index.vue
View file @
6a36e599
...
...
@@ -152,7 +152,7 @@ export default {
console
.
log
(
"进入brtcan交易"
);
let
rtnmsg
=
await
this
.
init
({})
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
this
.
updateModel
(
rtnmsg
.
data
);
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
();
}
...
...
src/views/Business/Brtcsg/index.vue
View file @
6a36e599
...
...
@@ -156,7 +156,7 @@ export default {
console
.
log
(
"进入brtcsg交易"
);
let
rtnmsg
=
await
this
.
init
({})
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
this
.
updateModel
(
rtnmsg
.
data
);
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
();
}
...
...
src/views/Business/Brtdcr/index.vue
View file @
6a36e599
...
...
@@ -169,7 +169,7 @@ export default {
console
.
log
(
"进入brtdcr交易"
);
let
rtnmsg
=
await
this
.
init
({})
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
this
.
updateModel
(
rtnmsg
.
data
);
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
();
}
...
...
src/views/Business/Brtlat/index.vue
View file @
6a36e599
...
...
@@ -215,7 +215,7 @@ export default {
console
.
log
(
"进入brtlat交易"
);
let
rtnmsg
=
await
this
.
init
({})
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
this
.
updateModel
(
rtnmsg
.
data
);
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
();
}
...
...
src/views/Business/Brtset/index.vue
View file @
6a36e599
...
...
@@ -211,7 +211,7 @@ export default {
console
.
log
(
"进入brtset交易"
);
let
rtnmsg
=
await
this
.
init
({})
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
this
.
updateModel
(
rtnmsg
.
data
);
this
.
model
.
mtabut
.
clsflg
=
"X"
;
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
();
...
...
src/views/Business/Brtsnd/index.vue
View file @
6a36e599
...
...
@@ -183,7 +183,7 @@ export default {
console
.
log
(
"进入brtsnd交易"
);
let
rtnmsg
=
await
this
.
init
({})
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
this
.
updateModel
(
rtnmsg
.
data
);
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
();
}
...
...
src/views/Business/Litacp/index.vue
View file @
6a36e599
...
...
@@ -165,7 +165,7 @@ export default {
console
.
log
(
"进入litacp交易"
);
let
rtnmsg
=
await
this
.
init
({})
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
this
.
updateModel
(
rtnmsg
.
data
);
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
();
}
...
...
src/views/Business/Litame/index.vue
View file @
6a36e599
...
...
@@ -249,7 +249,7 @@ export default {
console
.
log
(
"进入litame交易"
);
let
rtnmsg
=
await
this
.
init
({});
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
this
.
updateModel
(
rtnmsg
.
data
);
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
();
}
...
...
src/views/Business/Litcan/index.vue
View file @
6a36e599
...
...
@@ -124,7 +124,7 @@ export default {
console
.
log
(
"进入litcan交易"
);
let
rtnmsg
=
await
this
.
init
({})
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
this
.
updateModel
(
rtnmsg
.
data
);
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
();
}
...
...
src/views/Business/Litdav/index.vue
View file @
6a36e599
...
...
@@ -148,7 +148,7 @@ export default {
{
//TODO 处理数据逻辑
//更新数据
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
this
.
updateModel
(
rtnmsg
.
data
);
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
();
}
...
...
src/views/Business/Litdck/index.vue
View file @
6a36e599
...
...
@@ -146,7 +146,7 @@ export default {
console
.
log
(
"进入litdck交易"
);
let
rtnmsg
=
await
this
.
init
({})
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
this
.
updateModel
(
rtnmsg
.
data
);
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
();
}
...
...
src/views/Business/Litdla/index.vue
View file @
6a36e599
...
...
@@ -220,7 +220,7 @@ export default {
console
.
log
(
"进入litdla交易"
);
let
rtnmsg
=
await
this
.
init
({})
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
this
.
updateModel
(
rtnmsg
.
data
);
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
();
}
...
...
src/views/Business/Litrog/index.vue
View file @
6a36e599
...
...
@@ -160,7 +160,7 @@ export default {
console
.
log
(
"进入litrog交易"
);
let
rtnmsg
=
await
this
.
init
({})
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
this
.
updateModel
(
rtnmsg
.
data
);
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
();
}
...
...
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