Commit ef2a1f38 authored by Riri Novita's avatar Riri Novita

Merge branch 'ENV-DEV' into 'ENV-DEPLOYMENT'

update chcm

See merge request !2358
parents 3eb85fef 2d06f17b
......@@ -55,8 +55,6 @@ export default class EditDocumentChcm extends Component {
}
componentDidMount() {
console.log(this.props);
this.getFileSize()
if (this.props.type === 'edit') {
this.getDetailDoc()
......@@ -92,7 +90,6 @@ export default class EditDocumentChcm extends Component {
getDetailDoc() {
api.create().getDetailReportChcm(this.props.idoc).then(response => {
console.log(response)
if (response.data) {
if (response.ok) {
if (response.data.status === "success") {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment