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
Plain Diff
Browse Files
Authored by
王涛
3 years ago
Commit
298b5f452ac88e8a3bd8d80a4ba674af4fcd3aae
2 parents
4326c842
1ba70abf
Merge branch 'master-v32-xwx' into 'master'
资源管理上级下拉框优化 See merge request
!860
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 @
298b5f4
...
...
@@ -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