字典数据管理去掉停用启用校验下级的限制,并支持级联更新
This commit is contained in:
@@ -142,7 +142,8 @@ $('#inputForm').validate({
|
||||
js.showMessage(data.message);
|
||||
if(data.result == Global.TRUE){
|
||||
js.closeCurrentTabPage(function(contentWindow){
|
||||
contentWindow.page();
|
||||
(contentWindow.win||contentWindow).$('#dataGrid').dataGrid('refreshTreeChildren',
|
||||
$('#parentCode').val(), '${dictData.id}');
|
||||
});
|
||||
}
|
||||
}, "json");
|
||||
|
||||
Reference in New Issue
Block a user