...
|
...
|
@@ -343,13 +343,13 @@ |
|
|
selectOnNavigation : true,
|
|
|
valueField: 'id',
|
|
|
textField: 'groupName',
|
|
|
url : contextPath + "/topicGroupManage/getAllTopicGroupInfo",
|
|
|
url : serverContextPath + "/topicGroupManage/getAllTopicGroupInfo",
|
|
|
loadFilter: function (data) {
|
|
|
return defaultLoadFilter(data);
|
|
|
},
|
|
|
onChange:function (data) {
|
|
|
debugger
|
|
|
$('#topicId').combobox('reload',contextPath + "/grassTopicManage/grassTopicByGroupId?groupId="+data);
|
|
|
$('#topicId').combobox('reload',serverContextPath + "/grassTopicManage/grassTopicByGroupId?groupId="+data);
|
|
|
|
|
|
// 清空业务线
|
|
|
$("#topicId").combobox("setValue",'');
|
...
|
...
|
@@ -362,7 +362,7 @@ |
|
|
selectOnNavigation : true,
|
|
|
valueField: 'id',
|
|
|
textField: 'topicName',
|
|
|
url : contextPath + "/grassTopicManage/grassTopicByGroupId",
|
|
|
url : serverContextPath + "/grassTopicManage/grassTopicByGroupId",
|
|
|
loadFilter: function (data) {
|
|
|
return defaultLoadFilter(data);
|
|
|
},
|
...
|
...
|
|