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
d4824ec6
authored
2023-04-18 10:52:25 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:业务办理跳转
1 parent
04ee6813
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
src/views/ywbl/ywsq/components/mixin/jump.js
src/views/ywbl/ywsq/components/mixin/jump.js
View file @
d4824ec
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-04-1
3 15:06:25
* @LastEditTime: 2023-04-1
8 10:51:37
*/
import
Router
from
'@/router'
export
default
{
methods
:
{
//点击行选中或取消复选框
...
...
@@ -10,14 +11,14 @@ export default {
row
.
djblzt
!=
1
&&
(
this
.
$refs
.
table
.
toggleRowSelection
(
row
))
},
jump
(
data
,
type
)
{
this
.
$popupCacel
()
const
{
href
}
=
this
.
$router
.
resolve
(
const
{
href
}
=
Router
.
resolve
(
"/workFrame?bsmSlsq="
+
data
.
bsmSlsq
+
"&bestepid="
+
data
.
bestepid
+
'&bsmBusiness='
+
'&sqywbm='
+
type
);
window
.
open
(
href
,
"_blank"
);
this
.
$popupCacel
()
},
queryClick
()
{
this
.
pageData
.
currentPage
=
1
...
...
Please
register
or
sign in
to post a comment