Authored by 张凯

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

... ... @@ -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
... ...