Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
64ec4366
authored
2023-10-23 16:48:43 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:登记薄业务号点击多次跳转问题的解决
1 parent
a8e07171
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/views/registerBook/components/djbDetail.vue
src/views/registerBook/fdcq1.vue
src/views/registerBook/components/djbDetail.vue
View file @
64ec436
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-2
0 10:27:25
* @LastEditTime: 2023-10-2
3 16:46:47
-->
<
template
>
<div
class=
"tableBox"
>
...
...
@@ -247,7 +247,7 @@
getXtParamsByYwh
(
ywh
).
then
(
res
=>
{
let
data
=
res
.
result
const
{
href
}
=
Router
.
resolve
(
'/workFrameView?bsmSlsq='
+
data
.
bsmSlsq
+
'&bsmBusiness='
+
data
.
bsmBusiness
)
window
.
open
(
href
,
`urlname
${
data
.
bsmSlsq
}
`
)
window
.
open
(
href
,
`urlname
${
new
Date
().
getTime
()
}
`
)
})
}
else
{
getBlParamsByYwh
(
ywh
,
bsmQlxx
).
then
(
res
=>
{
...
...
src/views/registerBook/fdcq1.vue
View file @
64ec436
<!--
* @Description:
* @Autor: miaofang
* @LastEditTime: 2023-10-2
0 10:28:07
* @LastEditTime: 2023-10-2
3 16:48:02
-->
<
template
>
<div
class=
"djxxTable"
>
...
...
@@ -302,7 +302,7 @@
getXtParamsByYwh
(
ywh
).
then
(
res
=>
{
let
data
=
res
.
result
const
{
href
}
=
Router
.
resolve
(
'/workFrameView?bsmSlsq='
+
data
.
bsmSlsq
+
'&bsmBusiness='
+
data
.
bsmBusiness
)
window
.
open
(
href
,
`urlname
${
data
.
bsmSlsq
}
`
)
window
.
open
(
href
,
`urlname
${
new
Date
().
getTime
()
}
`
)
})
}
else
{
getBlParamsByYwh
(
ywh
,
bsmQlxx
).
then
(
res
=>
{
...
...
Please
register
or
sign in
to post a comment