|
|
@@ -61,7 +61,12 @@ var bootstrap = function ($, learun) { |
|
|
|
if (postData["F_ParentId"] == '' || postData["F_ParentId"] == ' ') { |
|
|
|
postData["F_ParentId"] = '0'; |
|
|
|
} |
|
|
|
$.lrSaveForm(top.$.rootUrl + '/LR_OrganizationModule/Company/SaveForm?keyValue=' + keyValue, postData, function (res) { |
|
|
|
postData["F_BriefIntroduction"] = F_BriefIntroductionUE.getContent(null, null, true); |
|
|
|
postData["F_EnrollmentInformation"] = F_EnrollmentInformationUE.getContent(null, null, true); |
|
|
|
var postDatas = { |
|
|
|
strEntity: JSON.stringify(postData) |
|
|
|
}; |
|
|
|
$.lrSaveForm(top.$.rootUrl + '/LR_OrganizationModule/Company/SaveForm?keyValue=' + keyValue, postDatas, function (res) { |
|
|
|
// 保存成功后才回调 |
|
|
|
if (!!callBack) { |
|
|
|
callBack(); |
|
|
|