Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
蔡永松
/
fontweb-dc
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
db8472fa
authored
2020-08-04 14:40:08 +0800
by
焦小希
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
案件查询 接口更改
1 parent
35afadb5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
src/main/webapp/view/PHJG/AJCC/yiban/js/widget.js
src/main/webapp/view/PHJG/AJCC/yiban/js/widget.js
View file @
db8472f
...
...
@@ -5,7 +5,7 @@ var self = new Vue({
search
:
''
,
projectId
:
null
,
userName
:
'案件查处'
,
flowid
:
't1001_8a8610de737b99270173937337e00133'
,
flowid
:
[]
,
pageNum
:
1
,
pageSize
:
10
,
total
:
0
,
...
...
@@ -96,7 +96,7 @@ var self = new Vue({
params
:
{
pageIndex
:
this
.
pageNum
,
pageSize
:
this
.
pageSize
,
flowId
:
this
.
flowid
,
flowId
s
:
this
.
flowid
,
userName
:
this
.
userName
,
}
}).
then
(
res
=>
{
...
...
@@ -150,7 +150,21 @@ var self = new Vue({
},
handleCurrentChange
(){},
click
(
val
){
if
(
val
==
3
){
this
.
flowid
=
[]
this
.
flowid
.
push
(
't1001_8a8610de737b99270173937337e00133'
)
}
else
if
(
val
==
5
){
this
.
flowid
=
[]
this
.
flowid
.
push
(
't1001_8a8610d86125b9a801612600a4c60003'
)
}
else
if
(
val
==
'2'
){
this
.
flowid
=
[]
this
.
flowid
.
push
(
't1001_402885c973b703220173b73ed4e6004d'
)
}
else
if
(
val
==
'1'
){
this
.
flowid
=
[]
this
.
flowid
=
[
't1001_8a8610de737b99270173937337e00133'
,
't1001_8a8610d86125b9a801612600a4c60003'
,
't1001_402885c973b703220173b73ed4e6004d'
]
}
this
.
isActive
=
val
console
.
log
(
this
.
flowid
)
},
openHandleJumpUrl
(
flowId
,
itemTypeId
,
_stats
=
'create'
)
{
// debugger
...
...
Please
register
or
sign in
to post a comment