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
9fd7077a
Commit
9fd7077a
authored
Aug 15, 2022
by
jianglong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LITACP, LITDCK, LITDLA, LITROG添加快照功能
parent
153f3dea
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
33 deletions
+24
-33
index.vue
src/views/Business/Litacp/index.vue
+6
-8
index.vue
src/views/Business/Litdck/index.vue
+6
-8
index.vue
src/views/Business/Litdla/index.vue
+6
-8
index.vue
src/views/Business/Litrog/index.vue
+6
-9
No files found.
src/views/Business/Litacp/index.vue
View file @
9fd7077a
...
@@ -164,17 +164,15 @@ export default {
...
@@ -164,17 +164,15 @@ export default {
created
:
async
function
(){
created
:
async
function
(){
console
.
log
(
"进入litacp交易"
);
console
.
log
(
"进入litacp交易"
);
let
rtnmsg
=
await
this
.
init
({})
let
rtnmsg
=
await
this
.
init
({})
if
(
rtnmsg
.
respCode
==
SUCCESS
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
{
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
this
.
updateModel
(
rtnmsg
.
data
)
if
(
this
.
isInDisplay
)
{
//TODO 处理数据逻辑
this
.
restoreDisplay
();
}
}
else
}
else
{
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
}
}
,
}
}
</
script
>
</
script
>
<
style
>
<
style
>
...
...
src/views/Business/Litdck/index.vue
View file @
9fd7077a
...
@@ -145,17 +145,15 @@ export default {
...
@@ -145,17 +145,15 @@ export default {
created
:
async
function
(){
created
:
async
function
(){
console
.
log
(
"进入litdck交易"
);
console
.
log
(
"进入litdck交易"
);
let
rtnmsg
=
await
this
.
init
({})
let
rtnmsg
=
await
this
.
init
({})
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
{
//TODO 处理数据逻辑
if
(
this
.
isInDisplay
)
{
this
.
updateModel
(
rtnmsg
.
data
);
this
.
restoreDisplay
(
);
}
}
else
}
else
{
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
}
}
}
</
script
>
</
script
>
<
style
>
<
style
>
...
...
src/views/Business/Litdla/index.vue
View file @
9fd7077a
...
@@ -219,17 +219,15 @@ export default {
...
@@ -219,17 +219,15 @@ export default {
created
:
async
function
(){
created
:
async
function
(){
console
.
log
(
"进入litdla交易"
);
console
.
log
(
"进入litdla交易"
);
let
rtnmsg
=
await
this
.
init
({})
let
rtnmsg
=
await
this
.
init
({})
if
(
rtnmsg
.
respCode
==
SUCCESS
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
{
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
this
.
updateModel
(
rtnmsg
.
data
)
if
(
this
.
isInDisplay
)
{
//TODO 处理数据逻辑
this
.
restoreDisplay
();
}
}
else
}
else
{
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
}
}
,
}
}
</
script
>
</
script
>
<
style
>
<
style
>
...
...
src/views/Business/Litrog/index.vue
View file @
9fd7077a
...
@@ -83,7 +83,6 @@
...
@@ -83,7 +83,6 @@
>
>
</c-grid-ety-prompt-dialog>
</c-grid-ety-prompt-dialog>
</div>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
import
Api
from
"~/service/Api"
import
Api
from
"~/service/Api"
...
@@ -160,17 +159,15 @@ export default {
...
@@ -160,17 +159,15 @@ export default {
created
:
async
function
(){
created
:
async
function
(){
console
.
log
(
"进入litrog交易"
);
console
.
log
(
"进入litrog交易"
);
let
rtnmsg
=
await
this
.
init
({})
let
rtnmsg
=
await
this
.
init
({})
if
(
rtnmsg
.
respCode
==
SUCCESS
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
{
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
this
.
updateModel
(
rtnmsg
.
data
)
if
(
this
.
isInDisplay
)
{
//TODO 处理数据逻辑
this
.
restoreDisplay
();
}
}
else
}
else
{
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
}
}
,
}
}
</
script
>
</
script
>
<
style
>
<
style
>
...
...
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