字典数据管理去掉停用启用校验下级的限制,并支持级联更新

This commit is contained in:
thinkgem
2024-04-08 10:00:30 +08:00
parent 0e82478fad
commit ac17706fc7
2 changed files with 9 additions and 8 deletions

View File

@@ -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");