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
24465d44
Commit
24465d44
authored
Nov 28, 2022
by
nanrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
入口交易路由跳转(关于参数pageId)的修改。
parent
9ee76685
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
+10
-7
Selp.vue
src/views/Business/Cfasel/Selp.vue
+10
-7
No files found.
src/views/Business/Cfasel/Selp.vue
View file @
24465d44
...
...
@@ -283,7 +283,7 @@ export default {
if
((
res
.
respCode
==
SUCCESS
))
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
// this.$router.push({ path: "business/inftrnpsDetail", query: { idx: idx}});
this
.
$router
.
push
({
path
:
viewurl
,
query
:
{}
});
this
.
$router
.
push
({
path
:
viewurl
,
query
:
{}
,
params
:
{
prePageId
:
this
.
model
.
pageId
}
});
}
else
{
const
h
=
this
.
$createElement
;
const
msg
=
res
.
respMsg
||
'请求执行失败!'
...
...
@@ -313,7 +313,6 @@ export default {
async
getInfo
(
idx
,
row
)
{
console
.
log
(
row
);
let
business
=
row
.
申报类型
.
toLowerCase
()
+
"inf"
;
let
viewurl
=
"/business/"
+
business
;
const
selIds
=
[
idx
+
1
];
console
.
log
(
selIds
);
const
selDst
=
"eblstm"
//列表对应后台模型中的stream
...
...
@@ -323,7 +322,8 @@ export default {
if
((
res
.
respCode
==
SUCCESS
))
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
// this.$router.push({ path: "business/inftrnpsDetail", query: { idx: idx}});
this
.
$router
.
push
({
path
:
viewurl
,
query
:
{},
params
:{
prePageId
:
this
.
model
.
pageId
}
});
console
.
log
(
this
.
model
.
pageId
);
this
.
$router
.
push
({
name
:
business
.
charAt
(
0
).
toUpperCase
()
+
business
.
substring
(
1
),
params
:
{
prePageId
:
this
.
model
.
pageId
}
});
}
else
{
const
h
=
this
.
$createElement
;
const
msg
=
res
.
respMsg
||
'请求执行失败!'
...
...
@@ -341,7 +341,7 @@ export default {
if
((
res
.
respCode
==
SUCCESS
))
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
// this.$router.push({ path: "business/inftrnpsDetail", query: { idx: idx}});
this
.
$router
.
push
({
path
:
viewurl
,
query
:
{
}
});
this
.
$router
.
push
({
name
:
business
.
charAt
(
0
).
toUpperCase
()
+
business
.
substring
(
1
),
params
:
{
prePageId
:
this
.
model
.
pageId
}
});
}
else
{
const
h
=
this
.
$createElement
;
const
msg
=
res
.
respMsg
||
'请求执行失败!'
...
...
@@ -359,7 +359,7 @@ export default {
if
((
res
.
respCode
==
SUCCESS
))
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
// this.$router.push({ path: "business/inftrnpsDetail", query: { idx: idx}});
this
.
$router
.
push
({
path
:
viewurl
,
query
:
{
}
});
this
.
$router
.
push
({
name
:
business
.
charAt
(
0
).
toUpperCase
()
+
business
.
substring
(
1
),
params
:
{
prePageId
:
this
.
model
.
pageId
}
});
}
else
{
const
h
=
this
.
$createElement
;
const
msg
=
res
.
respMsg
||
'请求执行失败!'
...
...
@@ -368,8 +368,11 @@ export default {
});
}
},
created
:
function
()
{
// created: function () {
// console.log(this.model.pageId);
// },
mounted
()
{
console
.
log
(
this
.
model
.
pageId
);
}
}
</
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