Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
bpm
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
王厚康
bpm
Commits
041a41fa
Commit
041a41fa
authored
Oct 10, 2019
by
Java-曹文达
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查询条件修改
parent
9b7f3048
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
deplymentList.html
src/main/resources/templates/deployment/deplymentList.html
+2
-4
userList.html
src/main/resources/templates/user/userList.html
+2
-4
No files found.
src/main/resources/templates/deployment/deplymentList.html
View file @
041a41fa
...
...
@@ -115,15 +115,13 @@
if
(
current
){
pageNum
=
current
;
}
var
teamName
=
$
(
"[name='teamName']"
).
val
();
var
status
=
$
(
"[name='status']"
).
val
();
var
name
=
$
(
"[name='modelName']"
).
val
();
$
.
post
(
"/api/bpm/model/modelList"
,
{
pageSize
:
10
,
pageNum
:
pageNum
,
teamName
:
teamName
,
status
:
status
modelName
:
name
},
function
(
data
)
{
selectListAll
(
data
.
data
.
data
);
...
...
src/main/resources/templates/user/userList.html
View file @
041a41fa
...
...
@@ -104,15 +104,13 @@
if
(
current
){
pageNum
=
current
;
}
var
teamName
=
$
(
"[name='teamName']"
).
val
();
var
status
=
$
(
"[name='status']"
).
val
();
var
name
=
$
(
"[name='userName']"
).
val
();
$
.
post
(
"/bpm/user/userList"
,
{
pageSize
:
10
,
pageNum
:
pageNum
,
teamName
:
teamName
,
status
:
status
userName
:
name
},
function
(
data
)
{
selectListAll
(
data
.
data
);
...
...
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