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
5b9a5ab6
Commit
5b9a5ab6
authored
Aug 24, 2023
by
wangguangchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
botcan交易代码提交
parent
054b9d0c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
14 deletions
+10
-14
index.js
src/business/botcan/event/index.js
+5
-0
index.vue
src/business/botcan/views/index.vue
+5
-14
No files found.
src/business/botcan/event/index.js
View file @
5b9a5ab6
...
...
@@ -28,6 +28,11 @@ export default {
...
params
,
transName
:
this
.
trnName
,
userId
:
window
.
sessionStorage
.
userId
||
'ZL'
,
bodgrp
:{
rec
:{
inr
:
this
.
$route
.
query
.
inr
}
}
});
if
(
!
res
.
data
)
{
return
...
...
src/business/botcan/views/index.vue
View file @
5b9a5ab6
...
...
@@ -105,6 +105,8 @@ import Engp from "~/views/Public/Engp";
import
Glepan
from
"~/views/Public/Glepan"
;
import
Ovwp
from
"./Ovwp.vue"
;
import
event
from
"../event"
;
export
default
{
name
:
"Botcan"
,
components
:
{
...
...
@@ -122,7 +124,7 @@ export default {
root
:
this
,
};
},
mixins
:
[
commonProcess
,
commonFuncs
],
// 里面包含了Default、Check等的公共处理
mixins
:
[
commonProcess
,
commonFuncs
,
event
],
// 里面包含了Default、Check等的公共处理
data
()
{
return
{
tabVal
:
"ovwp"
,
...
...
@@ -139,19 +141,8 @@ export default {
methods
:
{
// tabClick() {},
},
created
:
async
function
()
{
console
.
log
(
"进入botcan交易"
);
let
rtnmsg
=
await
this
.
init
({});
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
//更新数据
this
.
updateModel
(
rtnmsg
.
data
)
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
();
}
}
else
{
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
}
mounted
()
{
this
.
init
()
},
};
</
script
>
...
...
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