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
ddef5f04
authored
2023-06-16 09:54:16 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
补录发起申请
1 parent
e5ae082c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
1 deletions
src/views/ywbl/ywsq/components/mixin/djbbljump.js
src/views/ywbl/ywsq/components/selectDjbbl.vue
src/views/ywbl/ywsq/components/mixin/djbbljump.js
0 → 100644
View file @
ddef5f0
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-05-05 09:45:31
*/
import
Router
from
'@/router'
export
default
{
methods
:
{
//点击行选中或取消复选框
handleRowClick
(
row
,
column
,
event
)
{
this
.
$refs
.
table
.
toggleRowSelection
(
row
)
},
jump
(
data
,
type
)
{
const
{
href
}
=
Router
.
resolve
(
"/djbworkFrame?bsmSlsq="
+
data
.
bsmSlsq
+
"&bestepid="
+
data
.
bestepid
+
'&bsmBusiness='
+
'&sqywbm='
+
type
);
window
.
open
(
href
,
"_blank"
);
this
.
$popupCacel
()
},
queryClick
()
{
this
.
pageData
.
currentPage
=
1
// this.fetchData();
}
}
}
src/views/ywbl/ywsq/components/selectDjbbl.vue
View file @
ddef5f0
...
...
@@ -57,7 +57,7 @@ import {startBusinessFlow} from "@/api/djbbl.js"
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"../javascript/selectDjbbl.js"
;
import
{
getDjbBysearch
}
from
"@/api/zhcx.js"
;
import
jump
from
"../components/mixin/jump"
;
import
jump
from
"../components/mixin/
djbbl
jump"
;
export
default
{
name
:
"djbcx"
,
mixins
:
[
table
,
jump
],
...
...
@@ -102,6 +102,7 @@ export default {
methods
:
{
// 初始化数据
queryClick
()
{
console
.
log
(
"this.queryForm"
,
this
.
queryForm
);
this
.
$startLoading
()
getDjbBysearch
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
this
.
$endLoading
()
...
...
Please
register
or
sign in
to post a comment