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
xwx
3 years ago
Commit
701aff0717cacb973ea5ace0c000df6e98a29185
1 parent
7ce1f9cc
资源管理上级下拉框优化
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/resManageIndex.js
hg-monitor-web-base/src/main/resources/static/src/controller/resManageIndex.js
View file @
701aff0
...
...
@@ -723,7 +723,7 @@ layui.define(['common', 'tree', 'laypage', 'laytpl', 'upload', 'admin', 'form',
var
targetId
=
'slt_res_manage_superior'
;
var
optons
=
"<option value=''>=上级=</option>"
if
(
targetId
&&
searchType
)
{
var
url
=
"/api-web/home/res-list/"
+
resType
+
"?pa
ge=1&limit=50
"
;
var
url
=
"/api-web/home/res-list/"
+
resType
+
"?pa
rentId=null
"
;
admin
.
req
({
url
:
common
.
domainName
+
url
}).
done
(
function
(
res
)
{
...
...
Please
register
or
login
to post a comment