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
e832cf68
Commit
e832cf68
authored
Sep 20, 2022
by
panziyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GitXXX交易快照添加
parent
a8a341e7
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
1 deletions
+15
-1
index.vue
src/views/Business/Gctcan/index.vue
+3
-0
index.vue
src/views/Business/Getcan/index.vue
+3
-1
index.vue
src/views/Business/Gitcan/index.vue
+3
-0
index.vue
src/views/Business/Gitcrq/index.vue
+3
-0
index.vue
src/views/Business/Gitset/index.vue
+3
-0
No files found.
src/views/Business/Gctcan/index.vue
View file @
e832cf68
...
...
@@ -117,6 +117,9 @@ export default {
{
this
.
updateModel
(
rtnmsg
.
data
)
//TODO 处理数据逻辑
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
();
}
}
else
...
...
src/views/Business/Getcan/index.vue
View file @
e832cf68
...
...
@@ -131,7 +131,9 @@ export default {
{
this
.
updateModel
(
rtnmsg
.
data
)
//TODO 处理数据逻辑
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
();
}
}
else
{
...
...
src/views/Business/Gitcan/index.vue
View file @
e832cf68
...
...
@@ -165,6 +165,9 @@ export default {
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
updateModel
(
rtnmsg
.
data
);
//TODO 处理数据逻辑
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
();
}
}
else
{
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
}
...
...
src/views/Business/Gitcrq/index.vue
View file @
e832cf68
...
...
@@ -139,6 +139,9 @@ export default {
{
this
.
updateModel
(
rtnmsg
.
data
)
//TODO 处理数据逻辑
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
();
}
}
else
...
...
src/views/Business/Gitset/index.vue
View file @
e832cf68
...
...
@@ -312,6 +312,9 @@ export default {
//TODO 处理数据逻辑
this
.
updateModel
(
rtnmsg
.
data
);
this
.
model
.
mtabut
.
clsflg
=
"X"
;
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
();
}
}
else
{
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
}
...
...
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