Authored by 张凯

【业务视图】搜索条件所属控制台无搜索条件,禅道编号#671

@@ -901,7 +901,7 @@ layui.define(['tree', 'laypage', 'laytpl', 'admin', 'form', 'table', 'commonCols @@ -901,7 +901,7 @@ layui.define(['tree', 'laypage', 'laytpl', 'admin', 'form', 'table', 'commonCols
901 if (targetId && searchType) { 901 if (targetId && searchType) {
902 var url = "/api-web/home/res-list/" + searchType + "?page=1&limit=50&busId=" + busId; 902 var url = "/api-web/home/res-list/" + searchType + "?page=1&limit=50&busId=" + busId;
903 if(searchType == 'MIDDLEWARE_WEBLOGIC'){ 903 if(searchType == 'MIDDLEWARE_WEBLOGIC'){
904 - url += '&parentId=null' 904 + url += '&pageName=bizlist';
905 } 905 }
906 admin.req({ 906 admin.req({
907 url: common.domainName + url 907 url: common.domainName + url