주요사건처리현황 추가수정1
parent
16b827ddb4
commit
2c705bdaa5
|
|
@ -147,6 +147,7 @@ function saveContent(contentStatus){
|
|||
formData.append('fileSeq', $(el).attr("data-fileseq"));
|
||||
})
|
||||
formData.append('contentStatus', contentStatus);
|
||||
formData.append('contentInfo', CrossEditor.GetBodyValue());
|
||||
$.ajax({
|
||||
type : 'POST',
|
||||
data : formData,
|
||||
|
|
|
|||
Loading…
Reference in New Issue