...
|
...
|
@@ -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 += '&parentId=null'
|
|
|
url += '&pageName=bizlist';
|
|
|
}
|
|
|
admin.req({
|
|
|
url: common.domainName + url
|
...
|
...
|
|