Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
张凯
3 years ago
Commit
a56eb945ce75722a1a84d3b5c9b62788e0173ecc
1 parent
ef53e868
【业务视图】搜索条件所属控制台无搜索条件,禅道编号#671
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
hg-monitor-web-qh/src/main/resources/static/src/controller/bizindex.js
hg-monitor-web-qh/src/main/resources/static/src/controller/bizindex.js
View file @
a56eb94
...
...
@@ -901,7 +901,7 @@ layui.define(['tree', 'laypage', 'laytpl', 'admin', 'form', 'table', 'commonCols
if
(
targetId
&&
searchType
)
{
var
url
=
"/api-web/home/res-list/"
+
searchType
+
"?page=1&limit=50&busId="
+
busId
;
if
(
searchType
==
'MIDDLEWARE_WEBLOGIC'
){
url
+=
'&pa
rentId=null'
url
+=
'&pa
geName=bizlist'
;
}
admin
.
req
({
url
:
common
.
domainName
+
url
...
...
Please
register
or
login
to post a comment