This commit is contained in:
thinkgem
2022-01-27 10:27:31 +08:00
parent 9b42881648
commit df530be41b

View File

@@ -104,7 +104,7 @@ $("#inputForm").validate({
if(data.result == Global.TRUE){ if(data.result == Global.TRUE){
js.closeCurrentTabPage(function(contentWindow){ js.closeCurrentTabPage(function(contentWindow){
(contentWindow.win||contentWindow).$('#dataGrid').dataGrid('refreshTreeChildren', (contentWindow.win||contentWindow).$('#dataGrid').dataGrid('refreshTreeChildren',
$('#parentCode').val(), '${company.id}'); $('#parentCode').val(), '${area.id}');
}); });
} }
}, "json"); }, "json");