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
dd92996b
Commit
dd92996b
authored
Apr 18, 2023
by
WF1020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitcan修改“init方法”
parent
3f85c9bc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
30 deletions
+16
-30
index.js
src/business/gitcan/event/index.js
+1
-26
index.js
src/business/infgid/event/index.js
+7
-1
Infsea.vue
src/business/infgid/views/Infsea.vue
+8
-3
No files found.
src/business/gitcan/event/index.js
View file @
dd92996b
...
...
@@ -16,35 +16,10 @@ export default {
...
docpan
,
...
ccvpan
,
async
init
()
{
const
params
=
{
// spt: {
// bchname: "中国光大银行北京分行",
// cxmflg: "N",
// expdat: null,
// fromflg: "",
// gartyp: "A",
// grtnam: "",
// hndtyp: "OL",
// inr: "00000582",
// iscrotra: "",
// liadat: null,
// opndat: 1680537600000,
// othersno: "",
// ownref: "LG3500231016AA",
// ownusr: "ZL",
// segtyp: "01",
// sta:"111"
// }
"transName"
:
"gitcan"
,
"userId"
:
"ZL"
,
"gidInr"
:
"00000582"
}
const
res
=
await
Api
.
post
(
'/service/gitcan/init'
,
{
...
params
,
sta
:
1122
,
transName
:
this
.
trnName
,
userId
:
window
.
sessionStorage
.
userId
||
'ZL'
,
gidInr
:
this
.
$route
.
query
.
inr
});
if
(
!
res
.
data
)
{
return
...
...
src/business/infgid/event/index.js
View file @
dd92996b
...
...
@@ -107,6 +107,7 @@ export default {
// 处理
async
handler
(
row
)
{
this
.
initdialog
=
true
;
this
.
currentHandleRow
=
row
const
params
=
{
//根据xx字段 查询处理的数据
ownref
:
row
.
ownref
,
...
...
@@ -131,7 +132,12 @@ export default {
let
filterRoute
=
this
.
btnRouteMap
.
filter
((
item
)
=>
{
return
item
.
label
===
btn
.
label
})
this
.
$router
.
history
.
push
(
filterRoute
[
0
].
route
);
this
.
$router
.
history
.
push
({
path
:
filterRoute
[
0
].
route
,
query
:
{
inr
:
this
.
currentHandleRow
.
inr
}
});
},
// 关闭处理弹框
closeHandlerDialog
()
{
...
...
src/business/infgid/views/Infsea.vue
View file @
dd92996b
...
...
@@ -656,9 +656,14 @@ export default {
btnRouteMap
:
[
{
label
:
'注销'
,
route
:
'/business/gitcan'
}
]
route
:
'/business-new/gitcan'
},
{
label
:
'修改'
,
route
:
'/business-new/gitame'
},
],
currentHandleRow
:
{}
};
},
methods
:
{},
...
...
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